Shades of Equator #DCB55A
Tints of Equator #DCB55A
RGB
CMYK
RGB Variations
Color information
#DCB55A (or 0xDCB55A) is known color: Equator. HEX triplet: DC, B5 and 5A. RGB value is (220,181,90). Sum of RGB (Red+Green+Blue) = 220+181+90=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB55A is #234AA5. Grayscale: #B6B6B6. Windows color (decimal): -2312870 or 5944796. OLE color: 5944796.
HSL color Cylindrical-coordinate representation of color #DCB55A: hue angle of 42º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCB55A is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 90 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.14 |
| HSL | 42º | 0.65% | 0.61% | - |
| HSV(B) | 42º | 0.59% | 0.86% | - |
| XYZ | 47.88 | 49 | 16.61 | - |
| YUV | 182.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 90 | 0 | 0.18 | 0.59 | 0.14 | 42 | 0.65 | 0.61 |
| Hex | DC | B5 | 5A | 0 | 12 | 3B | E | 2A | 41 | 3D |
| Octal | 334 | 265 | 132 | 0 | 22 | 73 | 16 | 52 | 101 | 75 |
| Binary | 11011100 | 10110101 | 1011010 | 0 | 10010 | 111011 | 1110 | 101010 | 1000001 | 111101 |
Color Harmonies of #DCB55A
Complementary color
Monochromatic Colors of #DCB55A
Black with #DCB55A
Text Example
Text Example
White with #DCB55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB55A; }
p { color: rgb(220,181,90); }
H1.HeaderClassName
{
color: #DCB55A;
}
.AnyTagClassName
{
color: #DCB55A;
}
</style>
background-color css
<style>
a { background-color: #DCB55A; }
a { background-color: rgb(220,181,90); }
div.DivClassName
{
background-color: #DCB55A;
}
.BgClassName
{
background-color: #DCB55A;
}
</style>
border-color css
<style>
span { border-color: #DCB55A; }
span { border-color: rgb(220,181,90); }
td.TdClassName
{
border-color: #DCB55A;
}
.TagClassName
{
border-color: #DCB55A;
}
</style>