color details

Color Details
#D97D4D Color Hex

#D97D4D color RGB value is (13, 151, 212).
#D97D4D hex color red value is 13, green value is 151, and blue value is 212.
Cylindrical-coordinate representations (HSL) of color #D97D4D hue: 198.39, saturation: 0.88 and lightness: 0.44.

The process color (four-color CMYK) of #D97D4D color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #D97D4D is #ff9999. Color #D97D4D contains mainly RED.

Color Spaces
Color spaces of #D97D4DValue
RGB217, 125, 77
HSL0.06, 0.65, 0.58
HSV21°, 65°, 85°
XYZ37.29, 29.96, 10.84
Base Numbers
Base Red Green Blue
Binary 11011001 1111101 1001101
Octal 331 175 115
Decimal 217 125 77
Hex D9 7D 4D

RGB Percentages for Color #D97D4D

51.79%
29.83%
18.38%

CMYK Percentages of the Color #D97D4D

42.4%
64.52%
14.9%
CSS Codes for Color #D97D4D
.mybgColor {background-color: #D97D4D;}
.myforeColor {color: #D97D4D;}
.myborderColor {border:3px solid #D97D4D;}
Text Font Color #D97D4D

<p style="color:#D97D4D">Text here</p>

This sample text is styled with the font color #D97D4D. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #D97D4D

<div style="background-color:#D97D4D">Div content here</div>

The background color of this div is #D97D4D
Border Color #D97D4D

<div style="border:3px solid #D97D4D">Div here</div>

The border color of this div is #D97D4D
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(217, 125, 77, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #D97D4D;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #D97D4D;
-webkit-box-shadow: 1px 1px 3px #D97D4D;
box-shadow: 1px 1px 3px #D97D4D;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217, 125, 77, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #D97D4D;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #D97D4D; -webkit-box-shadow: 1px 1px 3px #D97D4D; box-shadow: 1px 1px 3px #D97D4D;">Div content here</div>

This div box has a shadow with a specified color. #D97D4D
Scroll to Top