Shades of Equator #DCBA66
Tints of Equator #DCBA66
RGB
CMYK
RGB Variations
Color information
#DCBA66 (or 0xDCBA66) is known color: Equator. HEX triplet: DC, BA and 66. RGB value is (220,186,102). Sum of RGB (Red+Green+Blue) = 220+186+102=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA66 is #234599. Grayscale: #BABABA. Windows color (decimal): -2311578 or 6732508. OLE color: 6732508.
HSL color Cylindrical-coordinate representation of color #DCBA66: hue angle of 42.71º 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 #DCBA66 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 102 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.14 |
| HSL | 42.71º | 0.63% | 0.63% | - |
| HSV(B) | 42.71º | 0.54% | 0.86% | - |
| XYZ | 49.47 | 51.29 | 19.86 | - |
| YUV | 186.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 102 | 0 | 0.15 | 0.54 | 0.14 | 42.71 | 0.63 | 0.63 |
| Hex | DC | BA | 66 | 0 | F | 36 | E | 2B | 3F | 3F |
| Octal | 334 | 272 | 146 | 0 | 17 | 66 | 16 | 53 | 77 | 77 |
| Binary | 11011100 | 10111010 | 1100110 | 0 | 1111 | 110110 | 1110 | 101011 | 111111 | 111111 |
Color Harmonies of #DCBA66
Complementary color
Monochromatic Colors of #DCBA66
Black with #DCBA66
Text Example
Text Example
White with #DCBA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA66; }
p { color: rgb(220,186,102); }
H1.HeaderClassName
{
color: #DCBA66;
}
.AnyTagClassName
{
color: #DCBA66;
}
</style>
background-color css
<style>
a { background-color: #DCBA66; }
a { background-color: rgb(220,186,102); }
div.DivClassName
{
background-color: #DCBA66;
}
.BgClassName
{
background-color: #DCBA66;
}
</style>
border-color css
<style>
span { border-color: #DCBA66; }
span { border-color: rgb(220,186,102); }
td.TdClassName
{
border-color: #DCBA66;
}
.TagClassName
{
border-color: #DCBA66;
}
</style>