Shades of Equator #DCB559
Tints of Equator #DCB559
RGB
CMYK
RGB Variations
Color information
#DCB559 (or 0xDCB559) is known color: Equator. HEX triplet: DC, B5 and 59. RGB value is (220,181,89). Sum of RGB (Red+Green+Blue) = 220+181+89=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 89 (35.16% from 255 or 18.16% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB559 is #234AA6. Grayscale: #B6B6B6. Windows color (decimal): -2312871 or 5879260. OLE color: 5879260.
HSL color Cylindrical-coordinate representation of color #DCB559: hue angle of 42.14º 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 #DCB559 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 89 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.14 |
| HSL | 42.14º | 0.65% | 0.61% | - |
| HSV(B) | 42.14º | 0.6% | 0.86% | - |
| XYZ | 47.84 | 48.98 | 16.38 | - |
| YUV | 182.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 89 | 0 | 0.18 | 0.60 | 0.14 | 42.14 | 0.65 | 0.61 |
| Hex | DC | B5 | 59 | 0 | 12 | 3C | E | 2A | 41 | 3D |
| Octal | 334 | 265 | 131 | 0 | 22 | 74 | 16 | 52 | 101 | 75 |
| Binary | 11011100 | 10110101 | 1011001 | 0 | 10010 | 111100 | 1110 | 101010 | 1000001 | 111101 |
Color Harmonies of #DCB559
Complementary color
Monochromatic Colors of #DCB559
Black with #DCB559
Text Example
Text Example
White with #DCB559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB559; }
p { color: rgb(220,181,89); }
H1.HeaderClassName
{
color: #DCB559;
}
.AnyTagClassName
{
color: #DCB559;
}
</style>
background-color css
<style>
a { background-color: #DCB559; }
a { background-color: rgb(220,181,89); }
div.DivClassName
{
background-color: #DCB559;
}
.BgClassName
{
background-color: #DCB559;
}
</style>
border-color css
<style>
span { border-color: #DCB559; }
span { border-color: rgb(220,181,89); }
td.TdClassName
{
border-color: #DCB559;
}
.TagClassName
{
border-color: #DCB559;
}
</style>