Shades of Equator #DCB55C
Tints of Equator #DCB55C
RGB
CMYK
RGB Variations
Color information
#DCB55C (or 0xDCB55C) is known color: Equator. HEX triplet: DC, B5 and 5C. RGB value is (220,181,92). Sum of RGB (Red+Green+Blue) = 220+181+92=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB55C is #234AA3. Grayscale: #B6B6B6. Windows color (decimal): -2312868 or 6075868. OLE color: 6075868.
HSL color Cylindrical-coordinate representation of color #DCB55C: hue angle of 41.72º degrees, saturation: 0.65, 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 #DCB55C is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 92 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.14 |
| HSL | 41.72º | 0.65% | 0.61% | - |
| HSV(B) | 41.72º | 0.58% | 0.86% | - |
| XYZ | 47.97 | 49.04 | 17.06 | - |
| YUV | 182.52 | 76.92 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 92 | 0 | 0.18 | 0.58 | 0.14 | 41.72 | 0.65 | 0.61 |
| Hex | DC | B5 | 5C | 0 | 12 | 3A | E | 2A | 41 | 3D |
| Octal | 334 | 265 | 134 | 0 | 22 | 72 | 16 | 52 | 101 | 75 |
| Binary | 11011100 | 10110101 | 1011100 | 0 | 10010 | 111010 | 1110 | 101010 | 1000001 | 111101 |
Color Harmonies of #DCB55C
Complementary color
Monochromatic Colors of #DCB55C
Black with #DCB55C
Text Example
Text Example
White with #DCB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB55C; }
p { color: rgb(220,181,92); }
H1.HeaderClassName
{
color: #DCB55C;
}
.AnyTagClassName
{
color: #DCB55C;
}
</style>
background-color css
<style>
a { background-color: #DCB55C; }
a { background-color: rgb(220,181,92); }
div.DivClassName
{
background-color: #DCB55C;
}
.BgClassName
{
background-color: #DCB55C;
}
</style>
border-color css
<style>
span { border-color: #DCB55C; }
span { border-color: rgb(220,181,92); }
td.TdClassName
{
border-color: #DCB55C;
}
.TagClassName
{
border-color: #DCB55C;
}
</style>