Shades of Equator #DCB55D
Tints of Equator #DCB55D
RGB
CMYK
RGB Variations
Color information
#DCB55D (or 0xDCB55D) is known color: Equator. HEX triplet: DC, B5 and 5D. RGB value is (220,181,93). Sum of RGB (Red+Green+Blue) = 220+181+93=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB55D is #234AA2. Grayscale: #B7B7B7. Windows color (decimal): -2312867 or 6141404. OLE color: 6141404.
HSL color Cylindrical-coordinate representation of color #DCB55D: hue angle of 41.57º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCB55D is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 93 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.14 |
| HSL | 41.57º | 0.64% | 0.61% | - |
| HSV(B) | 41.57º | 0.58% | 0.86% | - |
| XYZ | 48.01 | 49.05 | 17.29 | - |
| YUV | 182.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 93 | 0 | 0.18 | 0.58 | 0.14 | 41.57 | 0.64 | 0.61 |
| Hex | DC | B5 | 5D | 0 | 12 | 3A | E | 2A | 40 | 3D |
| Octal | 334 | 265 | 135 | 0 | 22 | 72 | 16 | 52 | 100 | 75 |
| Binary | 11011100 | 10110101 | 1011101 | 0 | 10010 | 111010 | 1110 | 101010 | 1000000 | 111101 |
Color Harmonies of #DCB55D
Complementary color
Monochromatic Colors of #DCB55D
Black with #DCB55D
Text Example
Text Example
White with #DCB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB55D; }
p { color: rgb(220,181,93); }
H1.HeaderClassName
{
color: #DCB55D;
}
.AnyTagClassName
{
color: #DCB55D;
}
</style>
background-color css
<style>
a { background-color: #DCB55D; }
a { background-color: rgb(220,181,93); }
div.DivClassName
{
background-color: #DCB55D;
}
.BgClassName
{
background-color: #DCB55D;
}
</style>
border-color css
<style>
span { border-color: #DCB55D; }
span { border-color: rgb(220,181,93); }
td.TdClassName
{
border-color: #DCB55D;
}
.TagClassName
{
border-color: #DCB55D;
}
</style>