Shades of Cashmere #D9B59D
Tints of Cashmere #D9B59D
RGB
CMYK
RGB Variations
Color information
#D9B59D (or 0xD9B59D) is known color: Cashmere. HEX triplet: D9, B5 and 9D. RGB value is (217,181,157). Sum of RGB (Red+Green+Blue) = 217+181+157=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B59D is #264A62. Grayscale: #BDBDBD. Windows color (decimal): -2509411 or 10335705. OLE color: 10335705.
HSL color Cylindrical-coordinate representation of color #D9B59D: hue angle of 24º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9B59D is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 157 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.15 |
| HSL | 24º | 0.44% | 0.73% | - |
| HSV(B) | 24º | 0.28% | 0.85% | - |
| XYZ | 51.22 | 50.23 | 38.89 | - |
| YUV | 189.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 157 | 0 | 0.17 | 0.28 | 0.15 | 24 | 0.44 | 0.73 |
| Hex | D9 | B5 | 9D | 0 | 11 | 1C | F | 18 | 2C | 49 |
| Octal | 331 | 265 | 235 | 0 | 21 | 34 | 17 | 30 | 54 | 111 |
| Binary | 11011001 | 10110101 | 10011101 | 0 | 10001 | 11100 | 1111 | 11000 | 101100 | 1001001 |
Color Harmonies of #D9B59D
Complementary color
Monochromatic Colors of #D9B59D
Black with #D9B59D
Text Example
Text Example
White with #D9B59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B59D; }
p { color: rgb(217,181,157); }
H1.HeaderClassName
{
color: #D9B59D;
}
.AnyTagClassName
{
color: #D9B59D;
}
</style>
background-color css
<style>
a { background-color: #D9B59D; }
a { background-color: rgb(217,181,157); }
div.DivClassName
{
background-color: #D9B59D;
}
.BgClassName
{
background-color: #D9B59D;
}
</style>
border-color css
<style>
span { border-color: #D9B59D; }
span { border-color: rgb(217,181,157); }
td.TdClassName
{
border-color: #D9B59D;
}
.TagClassName
{
border-color: #D9B59D;
}
</style>