Shades of Cashmere #D8BBA0
Tints of Cashmere #D8BBA0
RGB
CMYK
RGB Variations
Color information
#D8BBA0 (or 0xD8BBA0) is known color: Cashmere. HEX triplet: D8, BB and A0. RGB value is (216,187,160). Sum of RGB (Red+Green+Blue) = 216+187+160=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BBA0 is #27445F. Grayscale: #C0C0C0. Windows color (decimal): -2573408 or 10533848. OLE color: 10533848.
HSL color Cylindrical-coordinate representation of color #D8BBA0: hue angle of 28.93º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8BBA0 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 160 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.15 |
| HSL | 28.93º | 0.42% | 0.74% | - |
| HSV(B) | 28.93º | 0.26% | 0.85% | - |
| XYZ | 52.43 | 52.68 | 40.66 | - |
| YUV | 192.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 160 | 0 | 0.13 | 0.26 | 0.15 | 28.93 | 0.42 | 0.74 |
| Hex | D8 | BB | A0 | 0 | D | 1A | F | 1D | 2A | 4A |
| Octal | 330 | 273 | 240 | 0 | 15 | 32 | 17 | 35 | 52 | 112 |
| Binary | 11011000 | 10111011 | 10100000 | 0 | 1101 | 11010 | 1111 | 11101 | 101010 | 1001010 |
Color Harmonies of #D8BBA0
Complementary color
Monochromatic Colors of #D8BBA0
Black with #D8BBA0
Text Example
Text Example
White with #D8BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBA0; }
p { color: rgb(216,187,160); }
H1.HeaderClassName
{
color: #D8BBA0;
}
.AnyTagClassName
{
color: #D8BBA0;
}
</style>
background-color css
<style>
a { background-color: #D8BBA0; }
a { background-color: rgb(216,187,160); }
div.DivClassName
{
background-color: #D8BBA0;
}
.BgClassName
{
background-color: #D8BBA0;
}
</style>
border-color css
<style>
span { border-color: #D8BBA0; }
span { border-color: rgb(216,187,160); }
td.TdClassName
{
border-color: #D8BBA0;
}
.TagClassName
{
border-color: #D8BBA0;
}
</style>