Shades of Cashmere #D8AB90
Tints of Cashmere #D8AB90
RGB
CMYK
RGB Variations
Color information
#D8AB90 (or 0xD8AB90) is known color: Cashmere. HEX triplet: D8, AB and 90. RGB value is (216,171,144). Sum of RGB (Red+Green+Blue) = 216+171+144=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AB90 is #27546F. Grayscale: #B5B5B5. Windows color (decimal): -2577520 or 9481176. OLE color: 9481176.
HSL color Cylindrical-coordinate representation of color #D8AB90: hue angle of 22.5º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8AB90 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 144 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.15 |
| HSL | 22.5º | 0.48% | 0.71% | - |
| HSV(B) | 22.5º | 0.33% | 0.85% | - |
| XYZ | 47.92 | 45.74 | 32.69 | - |
| YUV | 181.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 144 | 0 | 0.21 | 0.33 | 0.15 | 22.5 | 0.48 | 0.71 |
| Hex | D8 | AB | 90 | 0 | 15 | 21 | F | 16 | 30 | 47 |
| Octal | 330 | 253 | 220 | 0 | 25 | 41 | 17 | 26 | 60 | 107 |
| Binary | 11011000 | 10101011 | 10010000 | 0 | 10101 | 100001 | 1111 | 10110 | 110000 | 1000111 |
Color Harmonies of #D8AB90
Complementary color
Monochromatic Colors of #D8AB90
Black with #D8AB90
Text Example
Text Example
White with #D8AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB90; }
p { color: rgb(216,171,144); }
H1.HeaderClassName
{
color: #D8AB90;
}
.AnyTagClassName
{
color: #D8AB90;
}
</style>
background-color css
<style>
a { background-color: #D8AB90; }
a { background-color: rgb(216,171,144); }
div.DivClassName
{
background-color: #D8AB90;
}
.BgClassName
{
background-color: #D8AB90;
}
</style>
border-color css
<style>
span { border-color: #D8AB90; }
span { border-color: rgb(216,171,144); }
td.TdClassName
{
border-color: #D8AB90;
}
.TagClassName
{
border-color: #D8AB90;
}
</style>