Shades of Cashmere #D9B09B
Tints of Cashmere #D9B09B
RGB
CMYK
RGB Variations
Color information
#D9B09B (or 0xD9B09B) is known color: Cashmere. HEX triplet: D9, B0 and 9B. RGB value is (217,176,155). Sum of RGB (Red+Green+Blue) = 217+176+155=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B09B is #264F64. Grayscale: #B9B9B9. Windows color (decimal): -2510693 or 10203353. OLE color: 10203353.
HSL color Cylindrical-coordinate representation of color #D9B09B: hue angle of 20.32º 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 #D9B09B is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 155 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.15 |
| HSL | 20.32º | 0.45% | 0.73% | - |
| HSV(B) | 20.32º | 0.29% | 0.85% | - |
| XYZ | 50.06 | 48.17 | 37.67 | - |
| YUV | 185.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 155 | 0 | 0.19 | 0.29 | 0.15 | 20.32 | 0.45 | 0.73 |
| Hex | D9 | B0 | 9B | 0 | 13 | 1D | F | 14 | 2D | 49 |
| Octal | 331 | 260 | 233 | 0 | 23 | 35 | 17 | 24 | 55 | 111 |
| Binary | 11011001 | 10110000 | 10011011 | 0 | 10011 | 11101 | 1111 | 10100 | 101101 | 1001001 |
Color Harmonies of #D9B09B
Complementary color
Monochromatic Colors of #D9B09B
Black with #D9B09B
Text Example
Text Example
White with #D9B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B09B; }
p { color: rgb(217,176,155); }
H1.HeaderClassName
{
color: #D9B09B;
}
.AnyTagClassName
{
color: #D9B09B;
}
</style>
background-color css
<style>
a { background-color: #D9B09B; }
a { background-color: rgb(217,176,155); }
div.DivClassName
{
background-color: #D9B09B;
}
.BgClassName
{
background-color: #D9B09B;
}
</style>
border-color css
<style>
span { border-color: #D9B09B; }
span { border-color: rgb(217,176,155); }
td.TdClassName
{
border-color: #D9B09B;
}
.TagClassName
{
border-color: #D9B09B;
}
</style>