Shades of Cashmere #D9B39B
Tints of Cashmere #D9B39B
RGB
CMYK
RGB Variations
Color information
#D9B39B (or 0xD9B39B) is known color: Cashmere. HEX triplet: D9, B3 and 9B. RGB value is (217,179,155). Sum of RGB (Red+Green+Blue) = 217+179+155=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B39B is #264C64. Grayscale: #BBBBBB. Windows color (decimal): -2509925 or 10204121. OLE color: 10204121.
HSL color Cylindrical-coordinate representation of color #D9B39B: hue angle of 23.23º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9B39B is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 179 | 155 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.15 |
| HSL | 23.23º | 0.45% | 0.73% | - |
| HSV(B) | 23.23º | 0.29% | 0.85% | - |
| XYZ | 50.65 | 49.36 | 37.87 | - |
| YUV | 187.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 155 | 0 | 0.18 | 0.29 | 0.15 | 23.23 | 0.45 | 0.73 |
| Hex | D9 | B3 | 9B | 0 | 12 | 1D | F | 17 | 2D | 49 |
| Octal | 331 | 263 | 233 | 0 | 22 | 35 | 17 | 27 | 55 | 111 |
| Binary | 11011001 | 10110011 | 10011011 | 0 | 10010 | 11101 | 1111 | 10111 | 101101 | 1001001 |
Color Harmonies of #D9B39B
Complementary color
Monochromatic Colors of #D9B39B
Black with #D9B39B
Text Example
Text Example
White with #D9B39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B39B; }
p { color: rgb(217,179,155); }
H1.HeaderClassName
{
color: #D9B39B;
}
.AnyTagClassName
{
color: #D9B39B;
}
</style>
background-color css
<style>
a { background-color: #D9B39B; }
a { background-color: rgb(217,179,155); }
div.DivClassName
{
background-color: #D9B39B;
}
.BgClassName
{
background-color: #D9B39B;
}
</style>
border-color css
<style>
span { border-color: #D9B39B; }
span { border-color: rgb(217,179,155); }
td.TdClassName
{
border-color: #D9B39B;
}
.TagClassName
{
border-color: #D9B39B;
}
</style>