Shades of Cashmere #D7B09C
Tints of Cashmere #D7B09C
RGB
CMYK
RGB Variations
Color information
#D7B09C (or 0xD7B09C) is known color: Cashmere. HEX triplet: D7, B0 and 9C. RGB value is (215,176,156). Sum of RGB (Red+Green+Blue) = 215+176+156=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B09C is #284F63. Grayscale: #B9B9B9. Windows color (decimal): -2641764 or 10268887. OLE color: 10268887.
HSL color Cylindrical-coordinate representation of color #D7B09C: hue angle of 20.34º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7B09C is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 156 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.16 |
| HSL | 20.34º | 0.42% | 0.73% | - |
| HSV(B) | 20.34º | 0.27% | 0.84% | - |
| XYZ | 49.55 | 47.9 | 38.09 | - |
| YUV | 185.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 156 | 0 | 0.18 | 0.27 | 0.16 | 20.34 | 0.42 | 0.73 |
| Hex | D7 | B0 | 9C | 0 | 12 | 1B | 10 | 14 | 2A | 49 |
| Octal | 327 | 260 | 234 | 0 | 22 | 33 | 20 | 24 | 52 | 111 |
| Binary | 11010111 | 10110000 | 10011100 | 0 | 10010 | 11011 | 10000 | 10100 | 101010 | 1001001 |
Color Harmonies of #D7B09C
Complementary color
Monochromatic Colors of #D7B09C
Black with #D7B09C
Text Example
Text Example
White with #D7B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B09C; }
p { color: rgb(215,176,156); }
H1.HeaderClassName
{
color: #D7B09C;
}
.AnyTagClassName
{
color: #D7B09C;
}
</style>
background-color css
<style>
a { background-color: #D7B09C; }
a { background-color: rgb(215,176,156); }
div.DivClassName
{
background-color: #D7B09C;
}
.BgClassName
{
background-color: #D7B09C;
}
</style>
border-color css
<style>
span { border-color: #D7B09C; }
span { border-color: rgb(215,176,156); }
td.TdClassName
{
border-color: #D7B09C;
}
.TagClassName
{
border-color: #D7B09C;
}
</style>