Shades of Cashmere #D2AF96
Tints of Cashmere #D2AF96
RGB
CMYK
RGB Variations
Color information
#D2AF96 (or 0xD2AF96) is known color: Cashmere. HEX triplet: D2, AF and 96. RGB value is (210,175,150). Sum of RGB (Red+Green+Blue) = 210+175+150=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AF96 is #2D5069. Grayscale: #B6B6B6. Windows color (decimal): -2969706 or 9875410. OLE color: 9875410.
HSL color Cylindrical-coordinate representation of color #D2AF96: hue angle of 25º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2AF96 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 150 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.18 |
| HSL | 25º | 0.4% | 0.71% | - |
| HSV(B) | 25º | 0.29% | 0.82% | - |
| XYZ | 47.41 | 46.56 | 35.34 | - |
| YUV | 182.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 150 | 0 | 0.17 | 0.29 | 0.18 | 25 | 0.4 | 0.71 |
| Hex | D2 | AF | 96 | 0 | 11 | 1D | 12 | 19 | 28 | 47 |
| Octal | 322 | 257 | 226 | 0 | 21 | 35 | 22 | 31 | 50 | 107 |
| Binary | 11010010 | 10101111 | 10010110 | 0 | 10001 | 11101 | 10010 | 11001 | 101000 | 1000111 |
Color Harmonies of #D2AF96
Complementary color
Monochromatic Colors of #D2AF96
Black with #D2AF96
Text Example
Text Example
White with #D2AF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF96; }
p { color: rgb(210,175,150); }
H1.HeaderClassName
{
color: #D2AF96;
}
.AnyTagClassName
{
color: #D2AF96;
}
</style>
background-color css
<style>
a { background-color: #D2AF96; }
a { background-color: rgb(210,175,150); }
div.DivClassName
{
background-color: #D2AF96;
}
.BgClassName
{
background-color: #D2AF96;
}
</style>
border-color css
<style>
span { border-color: #D2AF96; }
span { border-color: rgb(210,175,150); }
td.TdClassName
{
border-color: #D2AF96;
}
.TagClassName
{
border-color: #D2AF96;
}
</style>