Shades of Equator #DCAC62
Tints of Equator #DCAC62
RGB
CMYK
RGB Variations
Color information
#DCAC62 (or 0xDCAC62) is known color: Equator. HEX triplet: DC, AC and 62. RGB value is (220,172,98). Sum of RGB (Red+Green+Blue) = 220+172+98=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC62 is #23539D. Grayscale: #B2B2B2. Windows color (decimal): -2315166 or 6466780. OLE color: 6466780.
HSL color Cylindrical-coordinate representation of color #DCAC62: hue angle of 36.39º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCAC62 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 98 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.14 |
| HSL | 36.39º | 0.64% | 0.62% | - |
| HSV(B) | 36.39º | 0.55% | 0.86% | - |
| XYZ | 46.47 | 45.6 | 17.91 | - |
| YUV | 177.92 | 82.9 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 98 | 0 | 0.22 | 0.55 | 0.14 | 36.39 | 0.64 | 0.62 |
| Hex | DC | AC | 62 | 0 | 16 | 37 | E | 24 | 40 | 3E |
| Octal | 334 | 254 | 142 | 0 | 26 | 67 | 16 | 44 | 100 | 76 |
| Binary | 11011100 | 10101100 | 1100010 | 0 | 10110 | 110111 | 1110 | 100100 | 1000000 | 111110 |
Color Harmonies of #DCAC62
Complementary color
Monochromatic Colors of #DCAC62
Black with #DCAC62
Text Example
Text Example
White with #DCAC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC62; }
p { color: rgb(220,172,98); }
H1.HeaderClassName
{
color: #DCAC62;
}
.AnyTagClassName
{
color: #DCAC62;
}
</style>
background-color css
<style>
a { background-color: #DCAC62; }
a { background-color: rgb(220,172,98); }
div.DivClassName
{
background-color: #DCAC62;
}
.BgClassName
{
background-color: #DCAC62;
}
</style>
border-color css
<style>
span { border-color: #DCAC62; }
span { border-color: rgb(220,172,98); }
td.TdClassName
{
border-color: #DCAC62;
}
.TagClassName
{
border-color: #DCAC62;
}
</style>