color details

Color Details
#d2691e Color Hex

#d2691e color RGB value is (13, 38, 145).
#d2691e hex color red value is 13, green value is 38, and blue value is 145.
Cylindrical-coordinate representations (HSL) of color #d2691e hue: 228.64, saturation: 0.84 and lightness: 0.31.

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

Color Spaces
Color spaces of #d2691eValue
RGB210, 105, 30
HSL0.07, 0.75, 0.47
HSV25°, 86°, 82°
XYZ31.87, 23.9, 4.16
Base Numbers
Base Red Green Blue
Binary 11010010 1101001 11110
Octal 322 151 36
Decimal 210 105 30
Hex D2 69 1E

RGB Percentages for Color #d2691e

60.87%
30.43%
8.7%

CMYK Percentages of the Color #d2691e

50%
85.71%
17.65%
CSS Codes for Color #d2691e
.mybgColor {background-color: #d2691e;}
.myforeColor {color: #d2691e;}
.myborderColor {border:3px solid #d2691e;}
Text Font Color #d2691e

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(210, 105, 30, 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 #d2691e;">Text here</p>

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

Shadow Div Box

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

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