Shades of Equator #DCB05E
Tints of Equator #DCB05E
RGB
CMYK
RGB Variations
Color information
#DCB05E (or 0xDCB05E) is known color: Equator. HEX triplet: DC, B0 and 5E. RGB value is (220,176,94). Sum of RGB (Red+Green+Blue) = 220+176+94=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB05E is #234FA1. Grayscale: #B4B4B4. Windows color (decimal): -2314146 or 6205660. OLE color: 6205660.
HSL color Cylindrical-coordinate representation of color #DCB05E: hue angle of 39.05º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCB05E is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 94 | - |
| CMYK | 0 | 0.2 | 0.57 | 0.14 |
| HSL | 39.05º | 0.64% | 0.62% | - |
| HSV(B) | 39.05º | 0.57% | 0.86% | - |
| XYZ | 47.06 | 47.07 | 17.2 | - |
| YUV | 179.81 | 79.58 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 94 | 0 | 0.2 | 0.57 | 0.14 | 39.05 | 0.64 | 0.62 |
| Hex | DC | B0 | 5E | 0 | 14 | 39 | E | 27 | 40 | 3E |
| Octal | 334 | 260 | 136 | 0 | 24 | 71 | 16 | 47 | 100 | 76 |
| Binary | 11011100 | 10110000 | 1011110 | 0 | 10100 | 111001 | 1110 | 100111 | 1000000 | 111110 |
Color Harmonies of #DCB05E
Complementary color
Monochromatic Colors of #DCB05E
Black with #DCB05E
Text Example
Text Example
White with #DCB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB05E; }
p { color: rgb(220,176,94); }
H1.HeaderClassName
{
color: #DCB05E;
}
.AnyTagClassName
{
color: #DCB05E;
}
</style>
background-color css
<style>
a { background-color: #DCB05E; }
a { background-color: rgb(220,176,94); }
div.DivClassName
{
background-color: #DCB05E;
}
.BgClassName
{
background-color: #DCB05E;
}
</style>
border-color css
<style>
span { border-color: #DCB05E; }
span { border-color: rgb(220,176,94); }
td.TdClassName
{
border-color: #DCB05E;
}
.TagClassName
{
border-color: #DCB05E;
}
</style>