Shades of Cashmere #D7BB9D
Tints of Cashmere #D7BB9D
RGB
CMYK
RGB Variations
Color information
#D7BB9D (or 0xD7BB9D) is known color: Cashmere. HEX triplet: D7, BB and 9D. RGB value is (215,187,157). Sum of RGB (Red+Green+Blue) = 215+187+157=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BB9D is #284462. Grayscale: #C0C0C0. Windows color (decimal): -2638947 or 10337239. OLE color: 10337239.
HSL color Cylindrical-coordinate representation of color #D7BB9D: hue angle of 31.03º 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 #D7BB9D is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 157 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.16 |
| HSL | 31.03º | 0.42% | 0.73% | - |
| HSV(B) | 31.03º | 0.27% | 0.84% | - |
| XYZ | 51.88 | 52.42 | 39.28 | - |
| YUV | 191.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 157 | 0 | 0.13 | 0.27 | 0.16 | 31.03 | 0.42 | 0.73 |
| Hex | D7 | BB | 9D | 0 | D | 1B | 10 | 1F | 2A | 49 |
| Octal | 327 | 273 | 235 | 0 | 15 | 33 | 20 | 37 | 52 | 111 |
| Binary | 11010111 | 10111011 | 10011101 | 0 | 1101 | 11011 | 10000 | 11111 | 101010 | 1001001 |
Color Harmonies of #D7BB9D
Complementary color
Monochromatic Colors of #D7BB9D
Black with #D7BB9D
Text Example
Text Example
White with #D7BB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BB9D; }
p { color: rgb(215,187,157); }
H1.HeaderClassName
{
color: #D7BB9D;
}
.AnyTagClassName
{
color: #D7BB9D;
}
</style>
background-color css
<style>
a { background-color: #D7BB9D; }
a { background-color: rgb(215,187,157); }
div.DivClassName
{
background-color: #D7BB9D;
}
.BgClassName
{
background-color: #D7BB9D;
}
</style>
border-color css
<style>
span { border-color: #D7BB9D; }
span { border-color: rgb(215,187,157); }
td.TdClassName
{
border-color: #D7BB9D;
}
.TagClassName
{
border-color: #D7BB9D;
}
</style>