Shades of Cashmere #D7BB9F
Tints of Cashmere #D7BB9F
RGB
CMYK
RGB Variations
Color information
#D7BB9F (or 0xD7BB9F) is known color: Cashmere. HEX triplet: D7, BB and 9F. RGB value is (215,187,159). Sum of RGB (Red+Green+Blue) = 215+187+159=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BB9F is #284460. Grayscale: #C0C0C0. Windows color (decimal): -2638945 or 10468311. OLE color: 10468311.
HSL color Cylindrical-coordinate representation of color #D7BB9F: hue angle of 30º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7BB9F is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 159 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.16 |
| HSL | 30º | 0.41% | 0.73% | - |
| HSV(B) | 30º | 0.26% | 0.84% | - |
| XYZ | 52.05 | 52.49 | 40.19 | - |
| YUV | 192.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 159 | 0 | 0.13 | 0.26 | 0.16 | 30 | 0.41 | 0.73 |
| Hex | D7 | BB | 9F | 0 | D | 1A | 10 | 1E | 29 | 49 |
| Octal | 327 | 273 | 237 | 0 | 15 | 32 | 20 | 36 | 51 | 111 |
| Binary | 11010111 | 10111011 | 10011111 | 0 | 1101 | 11010 | 10000 | 11110 | 101001 | 1001001 |
Color Harmonies of #D7BB9F
Complementary color
Monochromatic Colors of #D7BB9F
Black with #D7BB9F
Text Example
Text Example
White with #D7BB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BB9F; }
p { color: rgb(215,187,159); }
H1.HeaderClassName
{
color: #D7BB9F;
}
.AnyTagClassName
{
color: #D7BB9F;
}
</style>
background-color css
<style>
a { background-color: #D7BB9F; }
a { background-color: rgb(215,187,159); }
div.DivClassName
{
background-color: #D7BB9F;
}
.BgClassName
{
background-color: #D7BB9F;
}
</style>
border-color css
<style>
span { border-color: #D7BB9F; }
span { border-color: rgb(215,187,159); }
td.TdClassName
{
border-color: #D7BB9F;
}
.TagClassName
{
border-color: #D7BB9F;
}
</style>