Shades of Equator #DCAB61
Tints of Equator #DCAB61
RGB
CMYK
RGB Variations
Color information
#DCAB61 (or 0xDCAB61) is known color: Equator. HEX triplet: DC, AB and 61. RGB value is (220,171,97). Sum of RGB (Red+Green+Blue) = 220+171+97=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB61 is #23549E. Grayscale: #B1B1B1. Windows color (decimal): -2315423 or 6400988. OLE color: 6400988.
HSL color Cylindrical-coordinate representation of color #DCAB61: hue angle of 36.1º 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 #DCAB61 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 97 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.14 |
| HSL | 36.1º | 0.64% | 0.62% | - |
| HSV(B) | 36.1º | 0.56% | 0.86% | - |
| XYZ | 46.24 | 45.2 | 17.6 | - |
| YUV | 177.22 | 82.73 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 97 | 0 | 0.22 | 0.56 | 0.14 | 36.1 | 0.64 | 0.62 |
| Hex | DC | AB | 61 | 0 | 16 | 38 | E | 24 | 40 | 3E |
| Octal | 334 | 253 | 141 | 0 | 26 | 70 | 16 | 44 | 100 | 76 |
| Binary | 11011100 | 10101011 | 1100001 | 0 | 10110 | 111000 | 1110 | 100100 | 1000000 | 111110 |
Color Harmonies of #DCAB61
Complementary color
Monochromatic Colors of #DCAB61
Black with #DCAB61
Text Example
Text Example
White with #DCAB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB61; }
p { color: rgb(220,171,97); }
H1.HeaderClassName
{
color: #DCAB61;
}
.AnyTagClassName
{
color: #DCAB61;
}
</style>
background-color css
<style>
a { background-color: #DCAB61; }
a { background-color: rgb(220,171,97); }
div.DivClassName
{
background-color: #DCAB61;
}
.BgClassName
{
background-color: #DCAB61;
}
</style>
border-color css
<style>
span { border-color: #DCAB61; }
span { border-color: rgb(220,171,97); }
td.TdClassName
{
border-color: #DCAB61;
}
.TagClassName
{
border-color: #DCAB61;
}
</style>