Shades of Cashmere #DCAC93
Tints of Cashmere #DCAC93
RGB
CMYK
RGB Variations
Color information
#DCAC93 (or 0xDCAC93) is known color: Cashmere. HEX triplet: DC, AC and 93. RGB value is (220,172,147). Sum of RGB (Red+Green+Blue) = 220+172+147=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC93 is #23536C. Grayscale: #B7B7B7. Windows color (decimal): -2315117 or 9678044. OLE color: 9678044.
HSL color Cylindrical-coordinate representation of color #DCAC93: hue angle of 20.55º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCAC93 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 147 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.14 |
| HSL | 20.55º | 0.51% | 0.72% | - |
| HSV(B) | 20.55º | 0.33% | 0.86% | - |
| XYZ | 49.53 | 46.83 | 34.03 | - |
| YUV | 183.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 147 | 0 | 0.22 | 0.33 | 0.14 | 20.55 | 0.51 | 0.72 |
| Hex | DC | AC | 93 | 0 | 16 | 21 | E | 15 | 33 | 48 |
| Octal | 334 | 254 | 223 | 0 | 26 | 41 | 16 | 25 | 63 | 110 |
| Binary | 11011100 | 10101100 | 10010011 | 0 | 10110 | 100001 | 1110 | 10101 | 110011 | 1001000 |
Color Harmonies of #DCAC93
Complementary color
Monochromatic Colors of #DCAC93
Black with #DCAC93
Text Example
Text Example
White with #DCAC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC93; }
p { color: rgb(220,172,147); }
H1.HeaderClassName
{
color: #DCAC93;
}
.AnyTagClassName
{
color: #DCAC93;
}
</style>
background-color css
<style>
a { background-color: #DCAC93; }
a { background-color: rgb(220,172,147); }
div.DivClassName
{
background-color: #DCAC93;
}
.BgClassName
{
background-color: #DCAC93;
}
</style>
border-color css
<style>
span { border-color: #DCAC93; }
span { border-color: rgb(220,172,147); }
td.TdClassName
{
border-color: #DCAC93;
}
.TagClassName
{
border-color: #DCAC93;
}
</style>