Shades of Equator #DCAA61
Tints of Equator #DCAA61
RGB
CMYK
RGB Variations
Color information
#DCAA61 (or 0xDCAA61) is known color: Equator. HEX triplet: DC, AA and 61. RGB value is (220,170,97). Sum of RGB (Red+Green+Blue) = 220+170+97=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA61 is #23559E. Grayscale: #B0B0B0. Windows color (decimal): -2315679 or 6400732. OLE color: 6400732.
HSL color Cylindrical-coordinate representation of color #DCAA61: hue angle of 35.61º 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 #DCAA61 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 97 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.14 |
| HSL | 35.61º | 0.64% | 0.62% | - |
| HSV(B) | 35.61º | 0.56% | 0.86% | - |
| XYZ | 46.05 | 44.83 | 17.53 | - |
| YUV | 176.63 | 83.07 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 97 | 0 | 0.23 | 0.56 | 0.14 | 35.61 | 0.64 | 0.62 |
| Hex | DC | AA | 61 | 0 | 17 | 38 | E | 24 | 40 | 3E |
| Octal | 334 | 252 | 141 | 0 | 27 | 70 | 16 | 44 | 100 | 76 |
| Binary | 11011100 | 10101010 | 1100001 | 0 | 10111 | 111000 | 1110 | 100100 | 1000000 | 111110 |
Color Harmonies of #DCAA61
Complementary color
Monochromatic Colors of #DCAA61
Black with #DCAA61
Text Example
Text Example
White with #DCAA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA61; }
p { color: rgb(220,170,97); }
H1.HeaderClassName
{
color: #DCAA61;
}
.AnyTagClassName
{
color: #DCAA61;
}
</style>
background-color css
<style>
a { background-color: #DCAA61; }
a { background-color: rgb(220,170,97); }
div.DivClassName
{
background-color: #DCAA61;
}
.BgClassName
{
background-color: #DCAA61;
}
</style>
border-color css
<style>
span { border-color: #DCAA61; }
span { border-color: rgb(220,170,97); }
td.TdClassName
{
border-color: #DCAA61;
}
.TagClassName
{
border-color: #DCAA61;
}
</style>