Shades of Equator #DCB758
Tints of Equator #DCB758
RGB
CMYK
RGB Variations
Color information
#DCB758 (or 0xDCB758) is known color: Equator. HEX triplet: DC, B7 and 58. RGB value is (220,183,88). Sum of RGB (Red+Green+Blue) = 220+183+88=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB758 is #2348A7. Grayscale: #B7B7B7. Windows color (decimal): -2312360 or 5814236. OLE color: 5814236.
HSL color Cylindrical-coordinate representation of color #DCB758: hue angle of 43.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCB758 is Cyan = 0, Magento = 0.17, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 88 | - |
| CMYK | 0 | 0.17 | 0.6 | 0.14 |
| HSL | 43.18º | 0.65% | 0.6% | - |
| HSV(B) | 43.18º | 0.6% | 0.86% | - |
| XYZ | 48.21 | 49.79 | 16.3 | - |
| YUV | 183.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 88 | 0 | 0.17 | 0.6 | 0.14 | 43.18 | 0.65 | 0.6 |
| Hex | DC | B7 | 58 | 0 | 11 | 3C | E | 2B | 41 | 3C |
| Octal | 334 | 267 | 130 | 0 | 21 | 74 | 16 | 53 | 101 | 74 |
| Binary | 11011100 | 10110111 | 1011000 | 0 | 10001 | 111100 | 1110 | 101011 | 1000001 | 111100 |
Color Harmonies of #DCB758
Complementary color
Monochromatic Colors of #DCB758
Black with #DCB758
Text Example
Text Example
White with #DCB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB758; }
p { color: rgb(220,183,88); }
H1.HeaderClassName
{
color: #DCB758;
}
.AnyTagClassName
{
color: #DCB758;
}
</style>
background-color css
<style>
a { background-color: #DCB758; }
a { background-color: rgb(220,183,88); }
div.DivClassName
{
background-color: #DCB758;
}
.BgClassName
{
background-color: #DCB758;
}
</style>
border-color css
<style>
span { border-color: #DCB758; }
span { border-color: rgb(220,183,88); }
td.TdClassName
{
border-color: #DCB758;
}
.TagClassName
{
border-color: #DCB758;
}
</style>