Shades of Cashmere #D8B99D
Tints of Cashmere #D8B99D
RGB
CMYK
RGB Variations
Color information
#D8B99D (or 0xD8B99D) is known color: Cashmere. HEX triplet: D8, B9 and 9D. RGB value is (216,185,157). Sum of RGB (Red+Green+Blue) = 216+185+157=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B99D is #274662. Grayscale: #BFBFBF. Windows color (decimal): -2573923 or 10336728. OLE color: 10336728.
HSL color Cylindrical-coordinate representation of color #D8B99D: hue angle of 28.47º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8B99D is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 185 | 157 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.15 |
| HSL | 28.47º | 0.43% | 0.73% | - |
| HSV(B) | 28.47º | 0.27% | 0.85% | - |
| XYZ | 51.75 | 51.73 | 39.16 | - |
| YUV | 191.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 157 | 0 | 0.14 | 0.27 | 0.15 | 28.47 | 0.43 | 0.73 |
| Hex | D8 | B9 | 9D | 0 | E | 1B | F | 1C | 2B | 49 |
| Octal | 330 | 271 | 235 | 0 | 16 | 33 | 17 | 34 | 53 | 111 |
| Binary | 11011000 | 10111001 | 10011101 | 0 | 1110 | 11011 | 1111 | 11100 | 101011 | 1001001 |
Color Harmonies of #D8B99D
Complementary color
Monochromatic Colors of #D8B99D
Black with #D8B99D
Text Example
Text Example
White with #D8B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B99D; }
p { color: rgb(216,185,157); }
H1.HeaderClassName
{
color: #D8B99D;
}
.AnyTagClassName
{
color: #D8B99D;
}
</style>
background-color css
<style>
a { background-color: #D8B99D; }
a { background-color: rgb(216,185,157); }
div.DivClassName
{
background-color: #D8B99D;
}
.BgClassName
{
background-color: #D8B99D;
}
</style>
border-color css
<style>
span { border-color: #D8B99D; }
span { border-color: rgb(216,185,157); }
td.TdClassName
{
border-color: #D8B99D;
}
.TagClassName
{
border-color: #D8B99D;
}
</style>