Shades of Cashmere #D9B69E
Tints of Cashmere #D9B69E
RGB
CMYK
RGB Variations
Color information
#D9B69E (or 0xD9B69E) is known color: Cashmere. HEX triplet: D9, B6 and 9E. RGB value is (217,182,158). Sum of RGB (Red+Green+Blue) = 217+182+158=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B69E is #264961. Grayscale: #BDBDBD. Windows color (decimal): -2509154 or 10401497. OLE color: 10401497.
HSL color Cylindrical-coordinate representation of color #D9B69E: hue angle of 24.41º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9B69E is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 182 | 158 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.15 |
| HSL | 24.41º | 0.44% | 0.74% | - |
| HSV(B) | 24.41º | 0.27% | 0.85% | - |
| XYZ | 51.51 | 50.68 | 39.41 | - |
| YUV | 189.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 182 | 158 | 0 | 0.16 | 0.27 | 0.15 | 24.41 | 0.44 | 0.74 |
| Hex | D9 | B6 | 9E | 0 | 10 | 1B | F | 18 | 2C | 4A |
| Octal | 331 | 266 | 236 | 0 | 20 | 33 | 17 | 30 | 54 | 112 |
| Binary | 11011001 | 10110110 | 10011110 | 0 | 10000 | 11011 | 1111 | 11000 | 101100 | 1001010 |
Color Harmonies of #D9B69E
Complementary color
Monochromatic Colors of #D9B69E
Black with #D9B69E
Text Example
Text Example
White with #D9B69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B69E; }
p { color: rgb(217,182,158); }
H1.HeaderClassName
{
color: #D9B69E;
}
.AnyTagClassName
{
color: #D9B69E;
}
</style>
background-color css
<style>
a { background-color: #D9B69E; }
a { background-color: rgb(217,182,158); }
div.DivClassName
{
background-color: #D9B69E;
}
.BgClassName
{
background-color: #D9B69E;
}
</style>
border-color css
<style>
span { border-color: #D9B69E; }
span { border-color: rgb(217,182,158); }
td.TdClassName
{
border-color: #D9B69E;
}
.TagClassName
{
border-color: #D9B69E;
}
</style>