Shades of Cashmere #D7B99D
Tints of Cashmere #D7B99D
RGB
CMYK
RGB Variations
Color information
#D7B99D (or 0xD7B99D) is known color: Cashmere. HEX triplet: D7, B9 and 9D. RGB value is (215,185,157). Sum of RGB (Red+Green+Blue) = 215+185+157=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B99D is #284662. Grayscale: #BEBEBE. Windows color (decimal): -2639459 or 10336727. OLE color: 10336727.
HSL color Cylindrical-coordinate representation of color #D7B99D: hue angle of 28.97º 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 #D7B99D is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 157 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.16 |
| HSL | 28.97º | 0.42% | 0.73% | - |
| HSV(B) | 28.97º | 0.27% | 0.84% | - |
| XYZ | 51.46 | 51.58 | 39.14 | - |
| YUV | 190.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 157 | 0 | 0.14 | 0.27 | 0.16 | 28.97 | 0.42 | 0.73 |
| Hex | D7 | B9 | 9D | 0 | E | 1B | 10 | 1D | 2A | 49 |
| Octal | 327 | 271 | 235 | 0 | 16 | 33 | 20 | 35 | 52 | 111 |
| Binary | 11010111 | 10111001 | 10011101 | 0 | 1110 | 11011 | 10000 | 11101 | 101010 | 1001001 |
Color Harmonies of #D7B99D
Complementary color
Monochromatic Colors of #D7B99D
Black with #D7B99D
Text Example
Text Example
White with #D7B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B99D; }
p { color: rgb(215,185,157); }
H1.HeaderClassName
{
color: #D7B99D;
}
.AnyTagClassName
{
color: #D7B99D;
}
</style>
background-color css
<style>
a { background-color: #D7B99D; }
a { background-color: rgb(215,185,157); }
div.DivClassName
{
background-color: #D7B99D;
}
.BgClassName
{
background-color: #D7B99D;
}
</style>
border-color css
<style>
span { border-color: #D7B99D; }
span { border-color: rgb(215,185,157); }
td.TdClassName
{
border-color: #D7B99D;
}
.TagClassName
{
border-color: #D7B99D;
}
</style>