Shades of Equator #DCBA64
Tints of Equator #DCBA64
RGB
CMYK
RGB Variations
Color information
#DCBA64 (or 0xDCBA64) is known color: Equator. HEX triplet: DC, BA and 64. RGB value is (220,186,100). Sum of RGB (Red+Green+Blue) = 220+186+100=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA64 is #23459B. Grayscale: #BABABA. Windows color (decimal): -2311580 or 6601436. OLE color: 6601436.
HSL color Cylindrical-coordinate representation of color #DCBA64: hue angle of 43º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCBA64 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 100 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.14 |
| HSL | 43º | 0.63% | 0.63% | - |
| HSV(B) | 43º | 0.55% | 0.86% | - |
| XYZ | 49.37 | 51.25 | 19.35 | - |
| YUV | 186.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 100 | 0 | 0.15 | 0.55 | 0.14 | 43 | 0.63 | 0.63 |
| Hex | DC | BA | 64 | 0 | F | 37 | E | 2B | 3F | 3F |
| Octal | 334 | 272 | 144 | 0 | 17 | 67 | 16 | 53 | 77 | 77 |
| Binary | 11011100 | 10111010 | 1100100 | 0 | 1111 | 110111 | 1110 | 101011 | 111111 | 111111 |
Color Harmonies of #DCBA64
Complementary color
Monochromatic Colors of #DCBA64
Black with #DCBA64
Text Example
Text Example
White with #DCBA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA64; }
p { color: rgb(220,186,100); }
H1.HeaderClassName
{
color: #DCBA64;
}
.AnyTagClassName
{
color: #DCBA64;
}
</style>
background-color css
<style>
a { background-color: #DCBA64; }
a { background-color: rgb(220,186,100); }
div.DivClassName
{
background-color: #DCBA64;
}
.BgClassName
{
background-color: #DCBA64;
}
</style>
border-color css
<style>
span { border-color: #DCBA64; }
span { border-color: rgb(220,186,100); }
td.TdClassName
{
border-color: #DCBA64;
}
.TagClassName
{
border-color: #DCBA64;
}
</style>