Shades of Equator #DCBA5E
Tints of Equator #DCBA5E
RGB
CMYK
RGB Variations
Color information
#DCBA5E (or 0xDCBA5E) is known color: Equator. HEX triplet: DC, BA and 5E. RGB value is (220,186,94). Sum of RGB (Red+Green+Blue) = 220+186+94=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA5E is #2345A1. Grayscale: #BABABA. Windows color (decimal): -2311586 or 6208220. OLE color: 6208220.
HSL color Cylindrical-coordinate representation of color #DCBA5E: hue angle of 43.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCBA5E is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 94 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.14 |
| HSL | 43.81º | 0.64% | 0.62% | - |
| HSV(B) | 43.81º | 0.57% | 0.86% | - |
| XYZ | 49.09 | 51.14 | 17.87 | - |
| YUV | 185.68 | 76.26 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 94 | 0 | 0.15 | 0.57 | 0.14 | 43.81 | 0.64 | 0.62 |
| Hex | DC | BA | 5E | 0 | F | 39 | E | 2C | 40 | 3E |
| Octal | 334 | 272 | 136 | 0 | 17 | 71 | 16 | 54 | 100 | 76 |
| Binary | 11011100 | 10111010 | 1011110 | 0 | 1111 | 111001 | 1110 | 101100 | 1000000 | 111110 |
Color Harmonies of #DCBA5E
Complementary color
Monochromatic Colors of #DCBA5E
Black with #DCBA5E
Text Example
Text Example
White with #DCBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA5E; }
p { color: rgb(220,186,94); }
H1.HeaderClassName
{
color: #DCBA5E;
}
.AnyTagClassName
{
color: #DCBA5E;
}
</style>
background-color css
<style>
a { background-color: #DCBA5E; }
a { background-color: rgb(220,186,94); }
div.DivClassName
{
background-color: #DCBA5E;
}
.BgClassName
{
background-color: #DCBA5E;
}
</style>
border-color css
<style>
span { border-color: #DCBA5E; }
span { border-color: rgb(220,186,94); }
td.TdClassName
{
border-color: #DCBA5E;
}
.TagClassName
{
border-color: #DCBA5E;
}
</style>