Shades of Equator #DCAA65
Tints of Equator #DCAA65
RGB
CMYK
RGB Variations
Color information
#DCAA65 (or 0xDCAA65) is known color: Equator. HEX triplet: DC, AA and 65. RGB value is (220,170,101). Sum of RGB (Red+Green+Blue) = 220+170+101=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA65 is #23559A. Grayscale: #B1B1B1. Windows color (decimal): -2315675 or 6662876. OLE color: 6662876.
HSL color Cylindrical-coordinate representation of color #DCAA65: hue angle of 34.79º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCAA65 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 101 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.14 |
| HSL | 34.79º | 0.63% | 0.63% | - |
| HSV(B) | 34.79º | 0.54% | 0.86% | - |
| XYZ | 46.24 | 44.9 | 18.54 | - |
| YUV | 177.08 | 85.07 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 101 | 0 | 0.23 | 0.54 | 0.14 | 34.79 | 0.63 | 0.63 |
| Hex | DC | AA | 65 | 0 | 17 | 36 | E | 23 | 3F | 3F |
| Octal | 334 | 252 | 145 | 0 | 27 | 66 | 16 | 43 | 77 | 77 |
| Binary | 11011100 | 10101010 | 1100101 | 0 | 10111 | 110110 | 1110 | 100011 | 111111 | 111111 |
Color Harmonies of #DCAA65
Complementary color
Monochromatic Colors of #DCAA65
Black with #DCAA65
Text Example
Text Example
White with #DCAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA65; }
p { color: rgb(220,170,101); }
H1.HeaderClassName
{
color: #DCAA65;
}
.AnyTagClassName
{
color: #DCAA65;
}
</style>
background-color css
<style>
a { background-color: #DCAA65; }
a { background-color: rgb(220,170,101); }
div.DivClassName
{
background-color: #DCAA65;
}
.BgClassName
{
background-color: #DCAA65;
}
</style>
border-color css
<style>
span { border-color: #DCAA65; }
span { border-color: rgb(220,170,101); }
td.TdClassName
{
border-color: #DCAA65;
}
.TagClassName
{
border-color: #DCAA65;
}
</style>