Shades of Cashmere #D8AE97
Tints of Cashmere #D8AE97
RGB
CMYK
RGB Variations
Color information
#D8AE97 (or 0xD8AE97) is known color: Cashmere. HEX triplet: D8, AE and 97. RGB value is (216,174,151). Sum of RGB (Red+Green+Blue) = 216+174+151=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AE97 is #275168. Grayscale: #B8B8B8. Windows color (decimal): -2576745 or 9940696. OLE color: 9940696.
HSL color Cylindrical-coordinate representation of color #D8AE97: hue angle of 21.23º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8AE97 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 174 | 151 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.15 |
| HSL | 21.23º | 0.45% | 0.72% | - |
| HSV(B) | 21.23º | 0.3% | 0.85% | - |
| XYZ | 49.04 | 47.11 | 35.79 | - |
| YUV | 183.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 151 | 0 | 0.19 | 0.30 | 0.15 | 21.23 | 0.45 | 0.72 |
| Hex | D8 | AE | 97 | 0 | 13 | 1E | F | 15 | 2D | 48 |
| Octal | 330 | 256 | 227 | 0 | 23 | 36 | 17 | 25 | 55 | 110 |
| Binary | 11011000 | 10101110 | 10010111 | 0 | 10011 | 11110 | 1111 | 10101 | 101101 | 1001000 |
Color Harmonies of #D8AE97
Complementary color
Monochromatic Colors of #D8AE97
Black with #D8AE97
Text Example
Text Example
White with #D8AE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AE97; }
p { color: rgb(216,174,151); }
H1.HeaderClassName
{
color: #D8AE97;
}
.AnyTagClassName
{
color: #D8AE97;
}
</style>
background-color css
<style>
a { background-color: #D8AE97; }
a { background-color: rgb(216,174,151); }
div.DivClassName
{
background-color: #D8AE97;
}
.BgClassName
{
background-color: #D8AE97;
}
</style>
border-color css
<style>
span { border-color: #D8AE97; }
span { border-color: rgb(216,174,151); }
td.TdClassName
{
border-color: #D8AE97;
}
.TagClassName
{
border-color: #D8AE97;
}
</style>