Shades of Equator #DCAA62
Tints of Equator #DCAA62
RGB
CMYK
RGB Variations
Color information
#DCAA62 (or 0xDCAA62) is known color: Equator. HEX triplet: DC, AA and 62. RGB value is (220,170,98). Sum of RGB (Red+Green+Blue) = 220+170+98=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA62 is #23559D. Grayscale: #B1B1B1. Windows color (decimal): -2315678 or 6466268. OLE color: 6466268.
HSL color Cylindrical-coordinate representation of color #DCAA62: hue angle of 35.41º 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 #DCAA62 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 98 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.14 |
| HSL | 35.41º | 0.64% | 0.62% | - |
| HSV(B) | 35.41º | 0.55% | 0.86% | - |
| XYZ | 46.09 | 44.85 | 17.78 | - |
| YUV | 176.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 98 | 0 | 0.23 | 0.55 | 0.14 | 35.41 | 0.64 | 0.62 |
| Hex | DC | AA | 62 | 0 | 17 | 37 | E | 23 | 40 | 3E |
| Octal | 334 | 252 | 142 | 0 | 27 | 67 | 16 | 43 | 100 | 76 |
| Binary | 11011100 | 10101010 | 1100010 | 0 | 10111 | 110111 | 1110 | 100011 | 1000000 | 111110 |
Color Harmonies of #DCAA62
Complementary color
Monochromatic Colors of #DCAA62
Black with #DCAA62
Text Example
Text Example
White with #DCAA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA62; }
p { color: rgb(220,170,98); }
H1.HeaderClassName
{
color: #DCAA62;
}
.AnyTagClassName
{
color: #DCAA62;
}
</style>
background-color css
<style>
a { background-color: #DCAA62; }
a { background-color: rgb(220,170,98); }
div.DivClassName
{
background-color: #DCAA62;
}
.BgClassName
{
background-color: #DCAA62;
}
</style>
border-color css
<style>
span { border-color: #DCAA62; }
span { border-color: rgb(220,170,98); }
td.TdClassName
{
border-color: #DCAA62;
}
.TagClassName
{
border-color: #DCAA62;
}
</style>