Shades of Equator #DCAC61
Tints of Equator #DCAC61
RGB
CMYK
RGB Variations
Color information
#DCAC61 (or 0xDCAC61) is known color: Equator. HEX triplet: DC, AC and 61. RGB value is (220,172,97). Sum of RGB (Red+Green+Blue) = 220+172+97=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC61 is #23539E. Grayscale: #B2B2B2. Windows color (decimal): -2315167 or 6401244. OLE color: 6401244.
HSL color Cylindrical-coordinate representation of color #DCAC61: hue angle of 36.59º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCAC61 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 97 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.14 |
| HSL | 36.59º | 0.64% | 0.62% | - |
| HSV(B) | 36.59º | 0.56% | 0.86% | - |
| XYZ | 46.43 | 45.58 | 17.66 | - |
| YUV | 177.8 | 82.4 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 97 | 0 | 0.22 | 0.56 | 0.14 | 36.59 | 0.64 | 0.62 |
| Hex | DC | AC | 61 | 0 | 16 | 38 | E | 25 | 40 | 3E |
| Octal | 334 | 254 | 141 | 0 | 26 | 70 | 16 | 45 | 100 | 76 |
| Binary | 11011100 | 10101100 | 1100001 | 0 | 10110 | 111000 | 1110 | 100101 | 1000000 | 111110 |
Color Harmonies of #DCAC61
Complementary color
Monochromatic Colors of #DCAC61
Black with #DCAC61
Text Example
Text Example
White with #DCAC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC61; }
p { color: rgb(220,172,97); }
H1.HeaderClassName
{
color: #DCAC61;
}
.AnyTagClassName
{
color: #DCAC61;
}
</style>
background-color css
<style>
a { background-color: #DCAC61; }
a { background-color: rgb(220,172,97); }
div.DivClassName
{
background-color: #DCAC61;
}
.BgClassName
{
background-color: #DCAC61;
}
</style>
border-color css
<style>
span { border-color: #DCAC61; }
span { border-color: rgb(220,172,97); }
td.TdClassName
{
border-color: #DCAC61;
}
.TagClassName
{
border-color: #DCAC61;
}
</style>