color details

Color Details
#D1B29F Color Hex

#D1B29F color RGB value is (13, 27, 41).
#D1B29F hex color red value is 13, green value is 27, and blue value is 41.
Cylindrical-coordinate representations (HSL) of color #D1B29F hue: 210, saturation: 0.52 and lightness: 0.11.

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

Color Spaces
Color spaces of #D1B29FValue
RGB209, 178, 159
HSL0.06, 0.35, 0.72
HSV23°, 24°, 82°
XYZ48.47, 47.9, 39.49
Base Numbers
Base Red Green Blue
Binary 11010001 10110010 10011111
Octal 321 262 237
Decimal 209 178 159
Hex D1 B2 9F

RGB Percentages for Color #D1B29F

38.28%
32.6%
29.12%

CMYK Percentages of the Color #D1B29F

14.83%
23.92%
18.04%
CSS Codes for Color #D1B29F
.mybgColor {background-color: #D1B29F;}
.myforeColor {color: #D1B29F;}
.myborderColor {border:3px solid #D1B29F;}
Text Font Color #D1B29F

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(209, 178, 159, 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 #D1B29F;">Text here</p>

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

Shadow Div Box

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

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