Shades of Cashmere #D4AD96
Tints of Cashmere #D4AD96
RGB
CMYK
RGB Variations
Color information
#D4AD96 (or 0xD4AD96) is known color: Cashmere. HEX triplet: D4, AD and 96. RGB value is (212,173,150). Sum of RGB (Red+Green+Blue) = 212+173+150=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AD96 is #2B5269. Grayscale: #B6B6B6. Windows color (decimal): -2839146 or 9874900. OLE color: 9874900.
HSL color Cylindrical-coordinate representation of color #D4AD96: hue angle of 22.26º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4AD96 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 150 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.17 |
| HSL | 22.26º | 0.42% | 0.71% | - |
| HSV(B) | 22.26º | 0.29% | 0.83% | - |
| XYZ | 47.6 | 46.09 | 35.24 | - |
| YUV | 182.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 150 | 0 | 0.18 | 0.29 | 0.17 | 22.26 | 0.42 | 0.71 |
| Hex | D4 | AD | 96 | 0 | 12 | 1D | 11 | 16 | 2A | 47 |
| Octal | 324 | 255 | 226 | 0 | 22 | 35 | 21 | 26 | 52 | 107 |
| Binary | 11010100 | 10101101 | 10010110 | 0 | 10010 | 11101 | 10001 | 10110 | 101010 | 1000111 |
Color Harmonies of #D4AD96
Complementary color
Monochromatic Colors of #D4AD96
Black with #D4AD96
Text Example
Text Example
White with #D4AD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD96; }
p { color: rgb(212,173,150); }
H1.HeaderClassName
{
color: #D4AD96;
}
.AnyTagClassName
{
color: #D4AD96;
}
</style>
background-color css
<style>
a { background-color: #D4AD96; }
a { background-color: rgb(212,173,150); }
div.DivClassName
{
background-color: #D4AD96;
}
.BgClassName
{
background-color: #D4AD96;
}
</style>
border-color css
<style>
span { border-color: #D4AD96; }
span { border-color: rgb(212,173,150); }
td.TdClassName
{
border-color: #D4AD96;
}
.TagClassName
{
border-color: #D4AD96;
}
</style>