Shades of Equator #DCB05C
Tints of Equator #DCB05C
RGB
CMYK
RGB Variations
Color information
#DCB05C (or 0xDCB05C) is known color: Equator. HEX triplet: DC, B0 and 5C. RGB value is (220,176,92). Sum of RGB (Red+Green+Blue) = 220+176+92=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB05C is #234FA3. Grayscale: #B3B3B3. Windows color (decimal): -2314148 or 6074588. OLE color: 6074588.
HSL color Cylindrical-coordinate representation of color #DCB05C: hue angle of 39.38º 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 #DCB05C is Cyan = 0, Magento = 0.2, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 92 | - |
| CMYK | 0 | 0.2 | 0.58 | 0.14 |
| HSL | 39.38º | 0.65% | 0.61% | - |
| HSV(B) | 39.38º | 0.58% | 0.86% | - |
| XYZ | 46.97 | 47.04 | 16.73 | - |
| YUV | 179.58 | 78.58 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 92 | 0 | 0.2 | 0.58 | 0.14 | 39.38 | 0.65 | 0.61 |
| Hex | DC | B0 | 5C | 0 | 14 | 3A | E | 27 | 41 | 3D |
| Octal | 334 | 260 | 134 | 0 | 24 | 72 | 16 | 47 | 101 | 75 |
| Binary | 11011100 | 10110000 | 1011100 | 0 | 10100 | 111010 | 1110 | 100111 | 1000001 | 111101 |
Color Harmonies of #DCB05C
Complementary color
Monochromatic Colors of #DCB05C
Black with #DCB05C
Text Example
Text Example
White with #DCB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB05C; }
p { color: rgb(220,176,92); }
H1.HeaderClassName
{
color: #DCB05C;
}
.AnyTagClassName
{
color: #DCB05C;
}
</style>
background-color css
<style>
a { background-color: #DCB05C; }
a { background-color: rgb(220,176,92); }
div.DivClassName
{
background-color: #DCB05C;
}
.BgClassName
{
background-color: #DCB05C;
}
</style>
border-color css
<style>
span { border-color: #DCB05C; }
span { border-color: rgb(220,176,92); }
td.TdClassName
{
border-color: #DCB05C;
}
.TagClassName
{
border-color: #DCB05C;
}
</style>