Shades of Cashmere #D1B59F
Tints of Cashmere #D1B59F
RGB
CMYK
RGB Variations
Color information
#D1B59F (or 0xD1B59F) is known color: Cashmere. HEX triplet: D1, B5 and 9F. RGB value is (209,181,159). Sum of RGB (Red+Green+Blue) = 209+181+159=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B59F is #2E4A60. Grayscale: #BABABA. Windows color (decimal): -3033697 or 10466769. OLE color: 10466769.
HSL color Cylindrical-coordinate representation of color #D1B59F: hue angle of 26.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1B59F is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 159 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.18 |
| HSL | 26.4º | 0.35% | 0.72% | - |
| HSV(B) | 26.4º | 0.24% | 0.82% | - |
| XYZ | 49.08 | 49.11 | 39.69 | - |
| YUV | 186.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 159 | 0 | 0.13 | 0.24 | 0.18 | 26.4 | 0.35 | 0.72 |
| Hex | D1 | B5 | 9F | 0 | D | 18 | 12 | 1A | 23 | 48 |
| Octal | 321 | 265 | 237 | 0 | 15 | 30 | 22 | 32 | 43 | 110 |
| Binary | 11010001 | 10110101 | 10011111 | 0 | 1101 | 11000 | 10010 | 11010 | 100011 | 1001000 |
Color Harmonies of #D1B59F
Complementary color
Monochromatic Colors of #D1B59F
Black with #D1B59F
Text Example
Text Example
White with #D1B59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B59F; }
p { color: rgb(209,181,159); }
H1.HeaderClassName
{
color: #D1B59F;
}
.AnyTagClassName
{
color: #D1B59F;
}
</style>
background-color css
<style>
a { background-color: #D1B59F; }
a { background-color: rgb(209,181,159); }
div.DivClassName
{
background-color: #D1B59F;
}
.BgClassName
{
background-color: #D1B59F;
}
</style>
border-color css
<style>
span { border-color: #D1B59F; }
span { border-color: rgb(209,181,159); }
td.TdClassName
{
border-color: #D1B59F;
}
.TagClassName
{
border-color: #D1B59F;
}
</style>