Shades of Equator #DCB959
Tints of Equator #DCB959
RGB
CMYK
RGB Variations
Color information
#DCB959 (or 0xDCB959) is known color: Equator. HEX triplet: DC, B9 and 59. RGB value is (220,185,89). Sum of RGB (Red+Green+Blue) = 220+185+89=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB959 is #2346A6. Grayscale: #B8B8B8. Windows color (decimal): -2311847 or 5880284. OLE color: 5880284.
HSL color Cylindrical-coordinate representation of color #DCB959: hue angle of 43.97º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCB959 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 89 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.14 |
| HSL | 43.97º | 0.65% | 0.61% | - |
| HSV(B) | 43.97º | 0.6% | 0.86% | - |
| XYZ | 48.67 | 50.63 | 16.66 | - |
| YUV | 184.52 | 74.1 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 89 | 0 | 0.16 | 0.60 | 0.14 | 43.97 | 0.65 | 0.61 |
| Hex | DC | B9 | 59 | 0 | 10 | 3C | E | 2C | 41 | 3D |
| Octal | 334 | 271 | 131 | 0 | 20 | 74 | 16 | 54 | 101 | 75 |
| Binary | 11011100 | 10111001 | 1011001 | 0 | 10000 | 111100 | 1110 | 101100 | 1000001 | 111101 |
Color Harmonies of #DCB959
Complementary color
Monochromatic Colors of #DCB959
Black with #DCB959
Text Example
Text Example
White with #DCB959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB959; }
p { color: rgb(220,185,89); }
H1.HeaderClassName
{
color: #DCB959;
}
.AnyTagClassName
{
color: #DCB959;
}
</style>
background-color css
<style>
a { background-color: #DCB959; }
a { background-color: rgb(220,185,89); }
div.DivClassName
{
background-color: #DCB959;
}
.BgClassName
{
background-color: #DCB959;
}
</style>
border-color css
<style>
span { border-color: #DCB959; }
span { border-color: rgb(220,185,89); }
td.TdClassName
{
border-color: #DCB959;
}
.TagClassName
{
border-color: #DCB959;
}
</style>