Shades of Equator #DCB459
Tints of Equator #DCB459
RGB
CMYK
RGB Variations
Color information
#DCB459 (or 0xDCB459) is known color: Equator. HEX triplet: DC, B4 and 59. RGB value is (220,180,89). Sum of RGB (Red+Green+Blue) = 220+180+89=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 89 (35.16% from 255 or 18.20% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB459 is #234BA6. Grayscale: #B5B5B5. Windows color (decimal): -2313127 or 5879004. OLE color: 5879004.
HSL color Cylindrical-coordinate representation of color #DCB459: hue angle of 41.68º 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 #DCB459 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 89 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.14 |
| HSL | 41.68º | 0.65% | 0.61% | - |
| HSV(B) | 41.68º | 0.6% | 0.86% | - |
| XYZ | 47.64 | 48.58 | 16.32 | - |
| YUV | 181.59 | 75.75 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 89 | 0 | 0.18 | 0.60 | 0.14 | 41.68 | 0.65 | 0.61 |
| Hex | DC | B4 | 59 | 0 | 12 | 3C | E | 2A | 41 | 3D |
| Octal | 334 | 264 | 131 | 0 | 22 | 74 | 16 | 52 | 101 | 75 |
| Binary | 11011100 | 10110100 | 1011001 | 0 | 10010 | 111100 | 1110 | 101010 | 1000001 | 111101 |
Color Harmonies of #DCB459
Complementary color
Monochromatic Colors of #DCB459
Black with #DCB459
Text Example
Text Example
White with #DCB459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB459; }
p { color: rgb(220,180,89); }
H1.HeaderClassName
{
color: #DCB459;
}
.AnyTagClassName
{
color: #DCB459;
}
</style>
background-color css
<style>
a { background-color: #DCB459; }
a { background-color: rgb(220,180,89); }
div.DivClassName
{
background-color: #DCB459;
}
.BgClassName
{
background-color: #DCB459;
}
</style>
border-color css
<style>
span { border-color: #DCB459; }
span { border-color: rgb(220,180,89); }
td.TdClassName
{
border-color: #DCB459;
}
.TagClassName
{
border-color: #DCB459;
}
</style>