Shades of Cashmere #D4AC99
Tints of Cashmere #D4AC99
RGB
CMYK
RGB Variations
Color information
#D4AC99 (or 0xD4AC99) is known color: Cashmere. HEX triplet: D4, AC and 99. RGB value is (212,172,153). Sum of RGB (Red+Green+Blue) = 212+172+153=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AC99 is #2B5366. Grayscale: #B5B5B5. Windows color (decimal): -2839399 or 10071252. OLE color: 10071252.
HSL color Cylindrical-coordinate representation of color #D4AC99: hue angle of 19.32º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4AC99 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 172 | 153 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.17 |
| HSL | 19.32º | 0.41% | 0.72% | - |
| HSV(B) | 19.32º | 0.28% | 0.83% | - |
| XYZ | 47.65 | 45.8 | 36.47 | - |
| YUV | 181.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 153 | 0 | 0.19 | 0.28 | 0.17 | 19.32 | 0.41 | 0.72 |
| Hex | D4 | AC | 99 | 0 | 13 | 1C | 11 | 13 | 29 | 48 |
| Octal | 324 | 254 | 231 | 0 | 23 | 34 | 21 | 23 | 51 | 110 |
| Binary | 11010100 | 10101100 | 10011001 | 0 | 10011 | 11100 | 10001 | 10011 | 101001 | 1001000 |
Color Harmonies of #D4AC99
Complementary color
Monochromatic Colors of #D4AC99
Black with #D4AC99
Text Example
Text Example
White with #D4AC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AC99; }
p { color: rgb(212,172,153); }
H1.HeaderClassName
{
color: #D4AC99;
}
.AnyTagClassName
{
color: #D4AC99;
}
</style>
background-color css
<style>
a { background-color: #D4AC99; }
a { background-color: rgb(212,172,153); }
div.DivClassName
{
background-color: #D4AC99;
}
.BgClassName
{
background-color: #D4AC99;
}
</style>
border-color css
<style>
span { border-color: #D4AC99; }
span { border-color: rgb(212,172,153); }
td.TdClassName
{
border-color: #D4AC99;
}
.TagClassName
{
border-color: #D4AC99;
}
</style>