Shades of Cashmere #DCAD96
Tints of Cashmere #DCAD96
RGB
CMYK
RGB Variations
Color information
#DCAD96 (or 0xDCAD96) is known color: Cashmere. HEX triplet: DC, AD and 96. RGB value is (220,173,150). Sum of RGB (Red+Green+Blue) = 220+173+150=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD96 is #235269. Grayscale: #B8B8B8. Windows color (decimal): -2314858 or 9874908. OLE color: 9874908.
HSL color Cylindrical-coordinate representation of color #DCAD96: hue angle of 19.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCAD96 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 150 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.14 |
| HSL | 19.71º | 0.5% | 0.73% | - |
| HSV(B) | 19.71º | 0.32% | 0.86% | - |
| XYZ | 49.96 | 47.3 | 35.35 | - |
| YUV | 184.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 150 | 0 | 0.21 | 0.32 | 0.14 | 19.71 | 0.5 | 0.73 |
| Hex | DC | AD | 96 | 0 | 15 | 20 | E | 14 | 32 | 49 |
| Octal | 334 | 255 | 226 | 0 | 25 | 40 | 16 | 24 | 62 | 111 |
| Binary | 11011100 | 10101101 | 10010110 | 0 | 10101 | 100000 | 1110 | 10100 | 110010 | 1001001 |
Color Harmonies of #DCAD96
Complementary color
Monochromatic Colors of #DCAD96
Black with #DCAD96
Text Example
Text Example
White with #DCAD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD96; }
p { color: rgb(220,173,150); }
H1.HeaderClassName
{
color: #DCAD96;
}
.AnyTagClassName
{
color: #DCAD96;
}
</style>
background-color css
<style>
a { background-color: #DCAD96; }
a { background-color: rgb(220,173,150); }
div.DivClassName
{
background-color: #DCAD96;
}
.BgClassName
{
background-color: #DCAD96;
}
</style>
border-color css
<style>
span { border-color: #DCAD96; }
span { border-color: rgb(220,173,150); }
td.TdClassName
{
border-color: #DCAD96;
}
.TagClassName
{
border-color: #DCAD96;
}
</style>