color details

Color Details
#D69A2F Color Hex

#D69A2F color RGB value is (13, 105, 162).
#D69A2F hex color red value is 13, green value is 105, and blue value is 162.
Cylindrical-coordinate representations (HSL) of color #D69A2F hue: 202.95, saturation: 0.85 and lightness: 0.34.

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

Color Spaces
Color spaces of #D69A2FValue
RGB214, 154, 47
HSL0.11, 0.67, 0.51
HSV38°, 78°, 84°
XYZ39.8, 37.62, 7.85
Base Numbers
Base Red Green Blue
Binary 11010110 10011010 101111
Octal 326 232 57
Decimal 214 154 47
Hex D6 9A 2F

RGB Percentages for Color #D69A2F

51.57%
37.11%
11.33%

CMYK Percentages of the Color #D69A2F

28.04%
78.04%
16.08%
CSS Codes for Color #D69A2F
.mybgColor {background-color: #D69A2F;}
.myforeColor {color: #D69A2F;}
.myborderColor {border:3px solid #D69A2F;}
Text Font Color #D69A2F

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

This sample text is styled with the font color #D69A2F. 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 #D69A2F

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(214, 154, 47, 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 #D69A2F;">Text here</p>

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

Shadow Div Box

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

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