Shades of Cashmere #D0AF91
Tints of Cashmere #D0AF91
RGB
CMYK
RGB Variations
Color information
#D0AF91 (or 0xD0AF91) is known color: Cashmere. HEX triplet: D0, AF and 91. RGB value is (208,175,145). Sum of RGB (Red+Green+Blue) = 208+175+145=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF91 is #2F506E. Grayscale: #B5B5B5. Windows color (decimal): -3100783 or 9547728. OLE color: 9547728.
HSL color Cylindrical-coordinate representation of color #D0AF91: hue angle of 28.57º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0AF91 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 145 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.18 |
| HSL | 28.57º | 0.4% | 0.69% | - |
| HSV(B) | 28.57º | 0.3% | 0.82% | - |
| XYZ | 46.45 | 46.11 | 33.24 | - |
| YUV | 181.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 145 | 0 | 0.16 | 0.30 | 0.18 | 28.57 | 0.4 | 0.69 |
| Hex | D0 | AF | 91 | 0 | 10 | 1E | 12 | 1D | 28 | 45 |
| Octal | 320 | 257 | 221 | 0 | 20 | 36 | 22 | 35 | 50 | 105 |
| Binary | 11010000 | 10101111 | 10010001 | 0 | 10000 | 11110 | 10010 | 11101 | 101000 | 1000101 |
Color Harmonies of #D0AF91
Complementary color
Monochromatic Colors of #D0AF91
Black with #D0AF91
Text Example
Text Example
White with #D0AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF91; }
p { color: rgb(208,175,145); }
H1.HeaderClassName
{
color: #D0AF91;
}
.AnyTagClassName
{
color: #D0AF91;
}
</style>
background-color css
<style>
a { background-color: #D0AF91; }
a { background-color: rgb(208,175,145); }
div.DivClassName
{
background-color: #D0AF91;
}
.BgClassName
{
background-color: #D0AF91;
}
</style>
border-color css
<style>
span { border-color: #D0AF91; }
span { border-color: rgb(208,175,145); }
td.TdClassName
{
border-color: #D0AF91;
}
.TagClassName
{
border-color: #D0AF91;
}
</style>