Shades of Cashmere #D4AD9A
Tints of Cashmere #D4AD9A
RGB
CMYK
RGB Variations
Color information
#D4AD9A (or 0xD4AD9A) is known color: Cashmere. HEX triplet: D4, AD and 9A. RGB value is (212,173,154). Sum of RGB (Red+Green+Blue) = 212+173+154=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AD9A is #2B5265. Grayscale: #B6B6B6. Windows color (decimal): -2839142 or 10137044. OLE color: 10137044.
HSL color Cylindrical-coordinate representation of color #D4AD9A: hue angle of 19.66º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4AD9A is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 154 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.17 |
| HSL | 19.66º | 0.4% | 0.72% | - |
| HSV(B) | 19.66º | 0.27% | 0.83% | - |
| XYZ | 47.93 | 46.22 | 36.97 | - |
| YUV | 182.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 154 | 0 | 0.18 | 0.27 | 0.17 | 19.66 | 0.4 | 0.72 |
| Hex | D4 | AD | 9A | 0 | 12 | 1B | 11 | 14 | 28 | 48 |
| Octal | 324 | 255 | 232 | 0 | 22 | 33 | 21 | 24 | 50 | 110 |
| Binary | 11010100 | 10101101 | 10011010 | 0 | 10010 | 11011 | 10001 | 10100 | 101000 | 1001000 |
Color Harmonies of #D4AD9A
Complementary color
Monochromatic Colors of #D4AD9A
Black with #D4AD9A
Text Example
Text Example
White with #D4AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD9A; }
p { color: rgb(212,173,154); }
H1.HeaderClassName
{
color: #D4AD9A;
}
.AnyTagClassName
{
color: #D4AD9A;
}
</style>
background-color css
<style>
a { background-color: #D4AD9A; }
a { background-color: rgb(212,173,154); }
div.DivClassName
{
background-color: #D4AD9A;
}
.BgClassName
{
background-color: #D4AD9A;
}
</style>
border-color css
<style>
span { border-color: #D4AD9A; }
span { border-color: rgb(212,173,154); }
td.TdClassName
{
border-color: #D4AD9A;
}
.TagClassName
{
border-color: #D4AD9A;
}
</style>