Shades of Equator #DCBA61
Tints of Equator #DCBA61
RGB
CMYK
RGB Variations
Color information
#DCBA61 (or 0xDCBA61) is known color: Equator. HEX triplet: DC, BA and 61. RGB value is (220,186,97). Sum of RGB (Red+Green+Blue) = 220+186+97=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA61 is #23459E. Grayscale: #BABABA. Windows color (decimal): -2311583 or 6404828. OLE color: 6404828.
HSL color Cylindrical-coordinate representation of color #DCBA61: hue angle of 43.41º 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 #DCBA61 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 97 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.14 |
| HSL | 43.41º | 0.64% | 0.62% | - |
| HSV(B) | 43.41º | 0.56% | 0.86% | - |
| XYZ | 49.23 | 51.2 | 18.6 | - |
| YUV | 186.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 97 | 0 | 0.15 | 0.56 | 0.14 | 43.41 | 0.64 | 0.62 |
| Hex | DC | BA | 61 | 0 | F | 38 | E | 2B | 40 | 3E |
| Octal | 334 | 272 | 141 | 0 | 17 | 70 | 16 | 53 | 100 | 76 |
| Binary | 11011100 | 10111010 | 1100001 | 0 | 1111 | 111000 | 1110 | 101011 | 1000000 | 111110 |
Color Harmonies of #DCBA61
Complementary color
Monochromatic Colors of #DCBA61
Black with #DCBA61
Text Example
Text Example
White with #DCBA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA61; }
p { color: rgb(220,186,97); }
H1.HeaderClassName
{
color: #DCBA61;
}
.AnyTagClassName
{
color: #DCBA61;
}
</style>
background-color css
<style>
a { background-color: #DCBA61; }
a { background-color: rgb(220,186,97); }
div.DivClassName
{
background-color: #DCBA61;
}
.BgClassName
{
background-color: #DCBA61;
}
</style>
border-color css
<style>
span { border-color: #DCBA61; }
span { border-color: rgb(220,186,97); }
td.TdClassName
{
border-color: #DCBA61;
}
.TagClassName
{
border-color: #DCBA61;
}
</style>