Shades of Cashmere #D8BA9E
Tints of Cashmere #D8BA9E
RGB
CMYK
RGB Variations
Color information
#D8BA9E (or 0xD8BA9E) is known color: Cashmere. HEX triplet: D8, BA and 9E. RGB value is (216,186,158). Sum of RGB (Red+Green+Blue) = 216+186+158=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA9E is #274561. Grayscale: #BFBFBF. Windows color (decimal): -2573666 or 10402520. OLE color: 10402520.
HSL color Cylindrical-coordinate representation of color #D8BA9E: hue angle of 28.97º 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 #D8BA9E is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 158 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.15 |
| HSL | 28.97º | 0.43% | 0.73% | - |
| HSV(B) | 28.97º | 0.27% | 0.85% | - |
| XYZ | 52.05 | 52.19 | 39.68 | - |
| YUV | 191.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 158 | 0 | 0.14 | 0.27 | 0.15 | 28.97 | 0.43 | 0.73 |
| Hex | D8 | BA | 9E | 0 | E | 1B | F | 1D | 2B | 49 |
| Octal | 330 | 272 | 236 | 0 | 16 | 33 | 17 | 35 | 53 | 111 |
| Binary | 11011000 | 10111010 | 10011110 | 0 | 1110 | 11011 | 1111 | 11101 | 101011 | 1001001 |
Color Harmonies of #D8BA9E
Complementary color
Monochromatic Colors of #D8BA9E
Black with #D8BA9E
Text Example
Text Example
White with #D8BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA9E; }
p { color: rgb(216,186,158); }
H1.HeaderClassName
{
color: #D8BA9E;
}
.AnyTagClassName
{
color: #D8BA9E;
}
</style>
background-color css
<style>
a { background-color: #D8BA9E; }
a { background-color: rgb(216,186,158); }
div.DivClassName
{
background-color: #D8BA9E;
}
.BgClassName
{
background-color: #D8BA9E;
}
</style>
border-color css
<style>
span { border-color: #D8BA9E; }
span { border-color: rgb(216,186,158); }
td.TdClassName
{
border-color: #D8BA9E;
}
.TagClassName
{
border-color: #D8BA9E;
}
</style>