Shades of Equator #DCAA60
Tints of Equator #DCAA60
RGB
CMYK
RGB Variations
Color information
#DCAA60 (or 0xDCAA60) is known color: Equator. HEX triplet: DC, AA and 60. RGB value is (220,170,96). Sum of RGB (Red+Green+Blue) = 220+170+96=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA60 is #23559F. Grayscale: #B0B0B0. Windows color (decimal): -2315680 or 6335196. OLE color: 6335196.
HSL color Cylindrical-coordinate representation of color #DCAA60: hue angle of 35.81º 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 #DCAA60 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 96 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.14 |
| HSL | 35.81º | 0.64% | 0.62% | - |
| HSV(B) | 35.81º | 0.56% | 0.86% | - |
| XYZ | 46 | 44.81 | 17.29 | - |
| YUV | 176.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 96 | 0 | 0.23 | 0.56 | 0.14 | 35.81 | 0.64 | 0.62 |
| Hex | DC | AA | 60 | 0 | 17 | 38 | E | 24 | 40 | 3E |
| Octal | 334 | 252 | 140 | 0 | 27 | 70 | 16 | 44 | 100 | 76 |
| Binary | 11011100 | 10101010 | 1100000 | 0 | 10111 | 111000 | 1110 | 100100 | 1000000 | 111110 |
Color Harmonies of #DCAA60
Complementary color
Monochromatic Colors of #DCAA60
Black with #DCAA60
Text Example
Text Example
White with #DCAA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA60; }
p { color: rgb(220,170,96); }
H1.HeaderClassName
{
color: #DCAA60;
}
.AnyTagClassName
{
color: #DCAA60;
}
</style>
background-color css
<style>
a { background-color: #DCAA60; }
a { background-color: rgb(220,170,96); }
div.DivClassName
{
background-color: #DCAA60;
}
.BgClassName
{
background-color: #DCAA60;
}
</style>
border-color css
<style>
span { border-color: #DCAA60; }
span { border-color: rgb(220,170,96); }
td.TdClassName
{
border-color: #DCAA60;
}
.TagClassName
{
border-color: #DCAA60;
}
</style>