Shades of Equator #DCAC6E
Tints of Equator #DCAC6E
RGB
CMYK
RGB Variations
Color information
#DCAC6E (or 0xDCAC6E) is known color: Equator. HEX triplet: DC, AC and 6E. RGB value is (220,172,110). Sum of RGB (Red+Green+Blue) = 220+172+110=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC6E is #235391. Grayscale: #B3B3B3. Windows color (decimal): -2315154 or 7253212. OLE color: 7253212.
HSL color Cylindrical-coordinate representation of color #DCAC6E: hue angle of 33.82º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCAC6E is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 110 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.14 |
| HSL | 33.82º | 0.61% | 0.65% | - |
| HSV(B) | 33.82º | 0.5% | 0.86% | - |
| XYZ | 47.08 | 45.85 | 21.12 | - |
| YUV | 179.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 110 | 0 | 0.22 | 0.50 | 0.14 | 33.82 | 0.61 | 0.65 |
| Hex | DC | AC | 6E | 0 | 16 | 32 | E | 22 | 3D | 41 |
| Octal | 334 | 254 | 156 | 0 | 26 | 62 | 16 | 42 | 75 | 101 |
| Binary | 11011100 | 10101100 | 1101110 | 0 | 10110 | 110010 | 1110 | 100010 | 111101 | 1000001 |
Color Harmonies of #DCAC6E
Complementary color
Monochromatic Colors of #DCAC6E
Black with #DCAC6E
Text Example
Text Example
White with #DCAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC6E; }
p { color: rgb(220,172,110); }
H1.HeaderClassName
{
color: #DCAC6E;
}
.AnyTagClassName
{
color: #DCAC6E;
}
</style>
background-color css
<style>
a { background-color: #DCAC6E; }
a { background-color: rgb(220,172,110); }
div.DivClassName
{
background-color: #DCAC6E;
}
.BgClassName
{
background-color: #DCAC6E;
}
</style>
border-color css
<style>
span { border-color: #DCAC6E; }
span { border-color: rgb(220,172,110); }
td.TdClassName
{
border-color: #DCAC6E;
}
.TagClassName
{
border-color: #DCAC6E;
}
</style>