Shades of Equator #DCBA62
Tints of Equator #DCBA62
RGB
CMYK
RGB Variations
Color information
#DCBA62 (or 0xDCBA62) is known color: Equator. HEX triplet: DC, BA and 62. RGB value is (220,186,98). Sum of RGB (Red+Green+Blue) = 220+186+98=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA62 is #23459D. Grayscale: #BABABA. Windows color (decimal): -2311582 or 6470364. OLE color: 6470364.
HSL color Cylindrical-coordinate representation of color #DCBA62: hue angle of 43.28º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCBA62 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 98 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.14 |
| HSL | 43.28º | 0.64% | 0.62% | - |
| HSV(B) | 43.28º | 0.55% | 0.86% | - |
| XYZ | 49.28 | 51.22 | 18.84 | - |
| YUV | 186.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 98 | 0 | 0.15 | 0.55 | 0.14 | 43.28 | 0.64 | 0.62 |
| Hex | DC | BA | 62 | 0 | F | 37 | E | 2B | 40 | 3E |
| Octal | 334 | 272 | 142 | 0 | 17 | 67 | 16 | 53 | 100 | 76 |
| Binary | 11011100 | 10111010 | 1100010 | 0 | 1111 | 110111 | 1110 | 101011 | 1000000 | 111110 |
Color Harmonies of #DCBA62
Complementary color
Monochromatic Colors of #DCBA62
Black with #DCBA62
Text Example
Text Example
White with #DCBA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA62; }
p { color: rgb(220,186,98); }
H1.HeaderClassName
{
color: #DCBA62;
}
.AnyTagClassName
{
color: #DCBA62;
}
</style>
background-color css
<style>
a { background-color: #DCBA62; }
a { background-color: rgb(220,186,98); }
div.DivClassName
{
background-color: #DCBA62;
}
.BgClassName
{
background-color: #DCBA62;
}
</style>
border-color css
<style>
span { border-color: #DCBA62; }
span { border-color: rgb(220,186,98); }
td.TdClassName
{
border-color: #DCBA62;
}
.TagClassName
{
border-color: #DCBA62;
}
</style>