Shades of Cashmere #D2AA93
Tints of Cashmere #D2AA93
RGB
CMYK
RGB Variations
Color information
#D2AA93 (or 0xD2AA93) is known color: Cashmere. HEX triplet: D2, AA and 93. RGB value is (210,170,147). Sum of RGB (Red+Green+Blue) = 210+170+147=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AA93 is #2D556C. Grayscale: #B3B3B3. Windows color (decimal): -2970989 or 9677522. OLE color: 9677522.
HSL color Cylindrical-coordinate representation of color #D2AA93: hue angle of 21.9º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2AA93 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 147 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.18 |
| HSL | 21.9º | 0.41% | 0.7% | - |
| HSV(B) | 21.9º | 0.3% | 0.82% | - |
| XYZ | 46.22 | 44.56 | 33.77 | - |
| YUV | 179.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 147 | 0 | 0.19 | 0.30 | 0.18 | 21.9 | 0.41 | 0.7 |
| Hex | D2 | AA | 93 | 0 | 13 | 1E | 12 | 16 | 29 | 46 |
| Octal | 322 | 252 | 223 | 0 | 23 | 36 | 22 | 26 | 51 | 106 |
| Binary | 11010010 | 10101010 | 10010011 | 0 | 10011 | 11110 | 10010 | 10110 | 101001 | 1000110 |
Color Harmonies of #D2AA93
Complementary color
Monochromatic Colors of #D2AA93
Black with #D2AA93
Text Example
Text Example
White with #D2AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA93; }
p { color: rgb(210,170,147); }
H1.HeaderClassName
{
color: #D2AA93;
}
.AnyTagClassName
{
color: #D2AA93;
}
</style>
background-color css
<style>
a { background-color: #D2AA93; }
a { background-color: rgb(210,170,147); }
div.DivClassName
{
background-color: #D2AA93;
}
.BgClassName
{
background-color: #D2AA93;
}
</style>
border-color css
<style>
span { border-color: #D2AA93; }
span { border-color: rgb(210,170,147); }
td.TdClassName
{
border-color: #D2AA93;
}
.TagClassName
{
border-color: #D2AA93;
}
</style>