Shades of Cashmere #D8B7A1
Tints of Cashmere #D8B7A1
RGB
CMYK
RGB Variations
Color information
#D8B7A1 (or 0xD8B7A1) is known color: Cashmere. HEX triplet: D8, B7 and A1. RGB value is (216,183,161). Sum of RGB (Red+Green+Blue) = 216+183+161=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B7A1 is #27485E. Grayscale: #BEBEBE. Windows color (decimal): -2574431 or 10598360. OLE color: 10598360.
HSL color Cylindrical-coordinate representation of color #D8B7A1: hue angle of 24º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8B7A1 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 161 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.15 |
| HSL | 24º | 0.41% | 0.74% | - |
| HSV(B) | 24º | 0.25% | 0.85% | - |
| XYZ | 51.69 | 51.04 | 40.85 | - |
| YUV | 190.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 161 | 0 | 0.15 | 0.25 | 0.15 | 24 | 0.41 | 0.74 |
| Hex | D8 | B7 | A1 | 0 | F | 19 | F | 18 | 29 | 4A |
| Octal | 330 | 267 | 241 | 0 | 17 | 31 | 17 | 30 | 51 | 112 |
| Binary | 11011000 | 10110111 | 10100001 | 0 | 1111 | 11001 | 1111 | 11000 | 101001 | 1001010 |
Color Harmonies of #D8B7A1
Complementary color
Monochromatic Colors of #D8B7A1
Black with #D8B7A1
Text Example
Text Example
White with #D8B7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7A1; }
p { color: rgb(216,183,161); }
H1.HeaderClassName
{
color: #D8B7A1;
}
.AnyTagClassName
{
color: #D8B7A1;
}
</style>
background-color css
<style>
a { background-color: #D8B7A1; }
a { background-color: rgb(216,183,161); }
div.DivClassName
{
background-color: #D8B7A1;
}
.BgClassName
{
background-color: #D8B7A1;
}
</style>
border-color css
<style>
span { border-color: #D8B7A1; }
span { border-color: rgb(216,183,161); }
td.TdClassName
{
border-color: #D8B7A1;
}
.TagClassName
{
border-color: #D8B7A1;
}
</style>