Shades of Equator #DCAC6A
Tints of Equator #DCAC6A
RGB
CMYK
RGB Variations
Color information
#DCAC6A (or 0xDCAC6A) is known color: Equator. HEX triplet: DC, AC and 6A. RGB value is (220,172,106). Sum of RGB (Red+Green+Blue) = 220+172+106=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC6A is #235395. Grayscale: #B3B3B3. Windows color (decimal): -2315158 or 6991068. OLE color: 6991068.
HSL color Cylindrical-coordinate representation of color #DCAC6A: hue angle of 34.74º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCAC6A is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 106 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.14 |
| HSL | 34.74º | 0.62% | 0.64% | - |
| HSV(B) | 34.74º | 0.52% | 0.86% | - |
| XYZ | 46.87 | 45.76 | 20 | - |
| YUV | 178.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 106 | 0 | 0.22 | 0.52 | 0.14 | 34.74 | 0.62 | 0.64 |
| Hex | DC | AC | 6A | 0 | 16 | 34 | E | 23 | 3E | 40 |
| Octal | 334 | 254 | 152 | 0 | 26 | 64 | 16 | 43 | 76 | 100 |
| Binary | 11011100 | 10101100 | 1101010 | 0 | 10110 | 110100 | 1110 | 100011 | 111110 | 1000000 |
Color Harmonies of #DCAC6A
Complementary color
Monochromatic Colors of #DCAC6A
Black with #DCAC6A
Text Example
Text Example
White with #DCAC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC6A; }
p { color: rgb(220,172,106); }
H1.HeaderClassName
{
color: #DCAC6A;
}
.AnyTagClassName
{
color: #DCAC6A;
}
</style>
background-color css
<style>
a { background-color: #DCAC6A; }
a { background-color: rgb(220,172,106); }
div.DivClassName
{
background-color: #DCAC6A;
}
.BgClassName
{
background-color: #DCAC6A;
}
</style>
border-color css
<style>
span { border-color: #DCAC6A; }
span { border-color: rgb(220,172,106); }
td.TdClassName
{
border-color: #DCAC6A;
}
.TagClassName
{
border-color: #DCAC6A;
}
</style>