Shades of Cashmere #D9B79C
Tints of Cashmere #D9B79C
RGB
CMYK
RGB Variations
Color information
#D9B79C (or 0xD9B79C) is known color: Cashmere. HEX triplet: D9, B7 and 9C. RGB value is (217,183,156). Sum of RGB (Red+Green+Blue) = 217+183+156=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B79C is #264863. Grayscale: #BEBEBE. Windows color (decimal): -2508900 or 10270681. OLE color: 10270681.
HSL color Cylindrical-coordinate representation of color #D9B79C: hue angle of 26.56º degrees, saturation: 0.45, 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 #D9B79C is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 183 | 156 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.15 |
| HSL | 26.56º | 0.45% | 0.73% | - |
| HSV(B) | 26.56º | 0.28% | 0.85% | - |
| XYZ | 51.55 | 51.02 | 38.58 | - |
| YUV | 190.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 156 | 0 | 0.16 | 0.28 | 0.15 | 26.56 | 0.45 | 0.73 |
| Hex | D9 | B7 | 9C | 0 | 10 | 1C | F | 1B | 2D | 49 |
| Octal | 331 | 267 | 234 | 0 | 20 | 34 | 17 | 33 | 55 | 111 |
| Binary | 11011001 | 10110111 | 10011100 | 0 | 10000 | 11100 | 1111 | 11011 | 101101 | 1001001 |
Color Harmonies of #D9B79C
Complementary color
Monochromatic Colors of #D9B79C
Black with #D9B79C
Text Example
Text Example
White with #D9B79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B79C; }
p { color: rgb(217,183,156); }
H1.HeaderClassName
{
color: #D9B79C;
}
.AnyTagClassName
{
color: #D9B79C;
}
</style>
background-color css
<style>
a { background-color: #D9B79C; }
a { background-color: rgb(217,183,156); }
div.DivClassName
{
background-color: #D9B79C;
}
.BgClassName
{
background-color: #D9B79C;
}
</style>
border-color css
<style>
span { border-color: #D9B79C; }
span { border-color: rgb(217,183,156); }
td.TdClassName
{
border-color: #D9B79C;
}
.TagClassName
{
border-color: #D9B79C;
}
</style>