Shades of Cashmere #D4AA93
Tints of Cashmere #D4AA93
RGB
CMYK
RGB Variations
Color information
#D4AA93 (or 0xD4AA93) is known color: Cashmere. HEX triplet: D4, AA and 93. RGB value is (212,170,147). Sum of RGB (Red+Green+Blue) = 212+170+147=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AA93 is #2B556C. Grayscale: #B4B4B4. Windows color (decimal): -2839917 or 9677524. OLE color: 9677524.
HSL color Cylindrical-coordinate representation of color #D4AA93: hue angle of 21.23º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4AA93 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 147 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.17 |
| HSL | 21.23º | 0.43% | 0.7% | - |
| HSV(B) | 21.23º | 0.31% | 0.83% | - |
| XYZ | 46.79 | 44.85 | 33.8 | - |
| YUV | 179.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 147 | 0 | 0.20 | 0.31 | 0.17 | 21.23 | 0.43 | 0.7 |
| Hex | D4 | AA | 93 | 0 | 14 | 1F | 11 | 15 | 2B | 46 |
| Octal | 324 | 252 | 223 | 0 | 24 | 37 | 21 | 25 | 53 | 106 |
| Binary | 11010100 | 10101010 | 10010011 | 0 | 10100 | 11111 | 10001 | 10101 | 101011 | 1000110 |
Color Harmonies of #D4AA93
Complementary color
Monochromatic Colors of #D4AA93
Black with #D4AA93
Text Example
Text Example
White with #D4AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA93; }
p { color: rgb(212,170,147); }
H1.HeaderClassName
{
color: #D4AA93;
}
.AnyTagClassName
{
color: #D4AA93;
}
</style>
background-color css
<style>
a { background-color: #D4AA93; }
a { background-color: rgb(212,170,147); }
div.DivClassName
{
background-color: #D4AA93;
}
.BgClassName
{
background-color: #D4AA93;
}
</style>
border-color css
<style>
span { border-color: #D4AA93; }
span { border-color: rgb(212,170,147); }
td.TdClassName
{
border-color: #D4AA93;
}
.TagClassName
{
border-color: #D4AA93;
}
</style>