color details

Color Details
#d4bb6e Color Hex

#d4bb6e color RGB value is (13, 75, 182).
#d4bb6e hex color red value is 13, green value is 75, and blue value is 182.
Cylindrical-coordinate representations (HSL) of color #d4bb6e hue: 217.99, saturation: 0.87 and lightness: 0.38.

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

Color Spaces
Color spaces of #d4bb6eValue
RGB212, 187, 110
HSL0.13, 0.54, 0.63
HSV45°, 48°, 83°
XYZ47.74, 50.67, 22.01
Base Numbers
Base Red Green Blue
Binary 11010100 10111011 1101110
Octal 324 273 156
Decimal 212 187 110
Hex D4 BB 6E

RGB Percentages for Color #d4bb6e

41.65%
36.74%
21.61%

CMYK Percentages of the Color #d4bb6e

11.79%
48.11%
16.86%
CSS Codes for Color #d4bb6e
.mybgColor {background-color: #d4bb6e;}
.myforeColor {color: #d4bb6e;}
.myborderColor {border:3px solid #d4bb6e;}
Text Font Color #d4bb6e

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(212, 187, 110, 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 #d4bb6e;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #d4bb6e

Scroll to Top