Shades of Equator #DCAC64
Tints of Equator #DCAC64
RGB
CMYK
RGB Variations
Color information
#DCAC64 (or 0xDCAC64) is known color: Equator. HEX triplet: DC, AC and 64. RGB value is (220,172,100). Sum of RGB (Red+Green+Blue) = 220+172+100=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC64 is #23539B. Grayscale: #B2B2B2. Windows color (decimal): -2315164 or 6597852. OLE color: 6597852.
HSL color Cylindrical-coordinate representation of color #DCAC64: hue angle of 36º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCAC64 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 100 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.14 |
| HSL | 36º | 0.63% | 0.63% | - |
| HSV(B) | 36º | 0.55% | 0.86% | - |
| XYZ | 46.57 | 45.64 | 18.41 | - |
| YUV | 178.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 100 | 0 | 0.22 | 0.55 | 0.14 | 36 | 0.63 | 0.63 |
| Hex | DC | AC | 64 | 0 | 16 | 37 | E | 24 | 3F | 3F |
| Octal | 334 | 254 | 144 | 0 | 26 | 67 | 16 | 44 | 77 | 77 |
| Binary | 11011100 | 10101100 | 1100100 | 0 | 10110 | 110111 | 1110 | 100100 | 111111 | 111111 |
Color Harmonies of #DCAC64
Complementary color
Monochromatic Colors of #DCAC64
Black with #DCAC64
Text Example
Text Example
White with #DCAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC64; }
p { color: rgb(220,172,100); }
H1.HeaderClassName
{
color: #DCAC64;
}
.AnyTagClassName
{
color: #DCAC64;
}
</style>
background-color css
<style>
a { background-color: #DCAC64; }
a { background-color: rgb(220,172,100); }
div.DivClassName
{
background-color: #DCAC64;
}
.BgClassName
{
background-color: #DCAC64;
}
</style>
border-color css
<style>
span { border-color: #DCAC64; }
span { border-color: rgb(220,172,100); }
td.TdClassName
{
border-color: #DCAC64;
}
.TagClassName
{
border-color: #DCAC64;
}
</style>