Shades of Cashmere #D9AB93
Tints of Cashmere #D9AB93
RGB
CMYK
RGB Variations
Color information
#D9AB93 (or 0xD9AB93) is known color: Cashmere. HEX triplet: D9, AB and 93. RGB value is (217,171,147). Sum of RGB (Red+Green+Blue) = 217+171+147=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AB93 is #26546C. Grayscale: #B6B6B6. Windows color (decimal): -2511981 or 9677785. OLE color: 9677785.
HSL color Cylindrical-coordinate representation of color #D9AB93: hue angle of 20.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9AB93 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 147 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.15 |
| HSL | 20.57º | 0.48% | 0.71% | - |
| HSV(B) | 20.57º | 0.32% | 0.85% | - |
| XYZ | 48.44 | 45.98 | 33.93 | - |
| YUV | 182.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 147 | 0 | 0.21 | 0.32 | 0.15 | 20.57 | 0.48 | 0.71 |
| Hex | D9 | AB | 93 | 0 | 15 | 20 | F | 15 | 30 | 47 |
| Octal | 331 | 253 | 223 | 0 | 25 | 40 | 17 | 25 | 60 | 107 |
| Binary | 11011001 | 10101011 | 10010011 | 0 | 10101 | 100000 | 1111 | 10101 | 110000 | 1000111 |
Color Harmonies of #D9AB93
Complementary color
Monochromatic Colors of #D9AB93
Black with #D9AB93
Text Example
Text Example
White with #D9AB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB93; }
p { color: rgb(217,171,147); }
H1.HeaderClassName
{
color: #D9AB93;
}
.AnyTagClassName
{
color: #D9AB93;
}
</style>
background-color css
<style>
a { background-color: #D9AB93; }
a { background-color: rgb(217,171,147); }
div.DivClassName
{
background-color: #D9AB93;
}
.BgClassName
{
background-color: #D9AB93;
}
</style>
border-color css
<style>
span { border-color: #D9AB93; }
span { border-color: rgb(217,171,147); }
td.TdClassName
{
border-color: #D9AB93;
}
.TagClassName
{
border-color: #D9AB93;
}
</style>