Shades of Cashmere #D2AF91
Tints of Cashmere #D2AF91
RGB
CMYK
RGB Variations
Color information
#D2AF91 (or 0xD2AF91) is known color: Cashmere. HEX triplet: D2, AF and 91. RGB value is (210,175,145). Sum of RGB (Red+Green+Blue) = 210+175+145=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AF91 is #2D506E. Grayscale: #B6B6B6. Windows color (decimal): -2969711 or 9547730. OLE color: 9547730.
HSL color Cylindrical-coordinate representation of color #D2AF91: hue angle of 27.69º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2AF91 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 145 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.18 |
| HSL | 27.69º | 0.42% | 0.7% | - |
| HSV(B) | 27.69º | 0.31% | 0.82% | - |
| XYZ | 47.02 | 46.41 | 33.27 | - |
| YUV | 182.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 145 | 0 | 0.17 | 0.31 | 0.18 | 27.69 | 0.42 | 0.7 |
| Hex | D2 | AF | 91 | 0 | 11 | 1F | 12 | 1C | 2A | 46 |
| Octal | 322 | 257 | 221 | 0 | 21 | 37 | 22 | 34 | 52 | 106 |
| Binary | 11010010 | 10101111 | 10010001 | 0 | 10001 | 11111 | 10010 | 11100 | 101010 | 1000110 |
Color Harmonies of #D2AF91
Complementary color
Monochromatic Colors of #D2AF91
Black with #D2AF91
Text Example
Text Example
White with #D2AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF91; }
p { color: rgb(210,175,145); }
H1.HeaderClassName
{
color: #D2AF91;
}
.AnyTagClassName
{
color: #D2AF91;
}
</style>
background-color css
<style>
a { background-color: #D2AF91; }
a { background-color: rgb(210,175,145); }
div.DivClassName
{
background-color: #D2AF91;
}
.BgClassName
{
background-color: #D2AF91;
}
</style>
border-color css
<style>
span { border-color: #D2AF91; }
span { border-color: rgb(210,175,145); }
td.TdClassName
{
border-color: #D2AF91;
}
.TagClassName
{
border-color: #D2AF91;
}
</style>