Shades of Cashmere #D7B999
Tints of Cashmere #D7B999
RGB
CMYK
RGB Variations
Color information
#D7B999 (or 0xD7B999) is known color: Cashmere. HEX triplet: D7, B9 and 99. RGB value is (215,185,153). Sum of RGB (Red+Green+Blue) = 215+185+153=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B999 is #284666. Grayscale: #BEBEBE. Windows color (decimal): -2639463 or 10074583. OLE color: 10074583.
HSL color Cylindrical-coordinate representation of color #D7B999: hue angle of 30.97º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7B999 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 153 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.16 |
| HSL | 30.97º | 0.44% | 0.72% | - |
| HSV(B) | 30.97º | 0.29% | 0.84% | - |
| XYZ | 51.12 | 51.44 | 37.37 | - |
| YUV | 190.32 | 106.94 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 153 | 0 | 0.14 | 0.29 | 0.16 | 30.97 | 0.44 | 0.72 |
| Hex | D7 | B9 | 99 | 0 | E | 1D | 10 | 1F | 2C | 48 |
| Octal | 327 | 271 | 231 | 0 | 16 | 35 | 20 | 37 | 54 | 110 |
| Binary | 11010111 | 10111001 | 10011001 | 0 | 1110 | 11101 | 10000 | 11111 | 101100 | 1001000 |
Color Harmonies of #D7B999
Complementary color
Monochromatic Colors of #D7B999
Black with #D7B999
Text Example
Text Example
White with #D7B999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B999; }
p { color: rgb(215,185,153); }
H1.HeaderClassName
{
color: #D7B999;
}
.AnyTagClassName
{
color: #D7B999;
}
</style>
background-color css
<style>
a { background-color: #D7B999; }
a { background-color: rgb(215,185,153); }
div.DivClassName
{
background-color: #D7B999;
}
.BgClassName
{
background-color: #D7B999;
}
</style>
border-color css
<style>
span { border-color: #D7B999; }
span { border-color: rgb(215,185,153); }
td.TdClassName
{
border-color: #D7B999;
}
.TagClassName
{
border-color: #D7B999;
}
</style>