Shades of Equator #DCAE66
Tints of Equator #DCAE66
RGB
CMYK
RGB Variations
Color information
#DCAE66 (or 0xDCAE66) is known color: Equator. HEX triplet: DC, AE and 66. RGB value is (220,174,102). Sum of RGB (Red+Green+Blue) = 220+174+102=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE66 is #235199. Grayscale: #B3B3B3. Windows color (decimal): -2314650 or 6729436. OLE color: 6729436.
HSL color Cylindrical-coordinate representation of color #DCAE66: hue angle of 36.61º 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 #DCAE66 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 102 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.14 |
| HSL | 36.61º | 0.63% | 0.63% | - |
| HSV(B) | 36.61º | 0.54% | 0.86% | - |
| XYZ | 47.05 | 46.45 | 19.06 | - |
| YUV | 179.55 | 84.24 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 102 | 0 | 0.21 | 0.54 | 0.14 | 36.61 | 0.63 | 0.63 |
| Hex | DC | AE | 66 | 0 | 15 | 36 | E | 25 | 3F | 3F |
| Octal | 334 | 256 | 146 | 0 | 25 | 66 | 16 | 45 | 77 | 77 |
| Binary | 11011100 | 10101110 | 1100110 | 0 | 10101 | 110110 | 1110 | 100101 | 111111 | 111111 |
Color Harmonies of #DCAE66
Complementary color
Monochromatic Colors of #DCAE66
Black with #DCAE66
Text Example
Text Example
White with #DCAE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE66; }
p { color: rgb(220,174,102); }
H1.HeaderClassName
{
color: #DCAE66;
}
.AnyTagClassName
{
color: #DCAE66;
}
</style>
background-color css
<style>
a { background-color: #DCAE66; }
a { background-color: rgb(220,174,102); }
div.DivClassName
{
background-color: #DCAE66;
}
.BgClassName
{
background-color: #DCAE66;
}
</style>
border-color css
<style>
span { border-color: #DCAE66; }
span { border-color: rgb(220,174,102); }
td.TdClassName
{
border-color: #DCAE66;
}
.TagClassName
{
border-color: #DCAE66;
}
</style>