Shades of Cashmere #D8AD9A
Tints of Cashmere #D8AD9A
RGB
CMYK
RGB Variations
Color information
#D8AD9A (or 0xD8AD9A) is known color: Cashmere. HEX triplet: D8, AD and 9A. RGB value is (216,173,154). Sum of RGB (Red+Green+Blue) = 216+173+154=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD9A is #275265. Grayscale: #B7B7B7. Windows color (decimal): -2576998 or 10137048. OLE color: 10137048.
HSL color Cylindrical-coordinate representation of color #D8AD9A: hue angle of 18.39º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8AD9A is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 154 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.15 |
| HSL | 18.39º | 0.44% | 0.73% | - |
| HSV(B) | 18.39º | 0.29% | 0.85% | - |
| XYZ | 49.1 | 46.82 | 37.02 | - |
| YUV | 183.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 154 | 0 | 0.20 | 0.29 | 0.15 | 18.39 | 0.44 | 0.73 |
| Hex | D8 | AD | 9A | 0 | 14 | 1D | F | 12 | 2C | 49 |
| Octal | 330 | 255 | 232 | 0 | 24 | 35 | 17 | 22 | 54 | 111 |
| Binary | 11011000 | 10101101 | 10011010 | 0 | 10100 | 11101 | 1111 | 10010 | 101100 | 1001001 |
Color Harmonies of #D8AD9A
Complementary color
Monochromatic Colors of #D8AD9A
Black with #D8AD9A
Text Example
Text Example
White with #D8AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD9A; }
p { color: rgb(216,173,154); }
H1.HeaderClassName
{
color: #D8AD9A;
}
.AnyTagClassName
{
color: #D8AD9A;
}
</style>
background-color css
<style>
a { background-color: #D8AD9A; }
a { background-color: rgb(216,173,154); }
div.DivClassName
{
background-color: #D8AD9A;
}
.BgClassName
{
background-color: #D8AD9A;
}
</style>
border-color css
<style>
span { border-color: #D8AD9A; }
span { border-color: rgb(216,173,154); }
td.TdClassName
{
border-color: #D8AD9A;
}
.TagClassName
{
border-color: #D8AD9A;
}
</style>