Shades of Equator #DCB760
Tints of Equator #DCB760
RGB
CMYK
RGB Variations
Color information
#DCB760 (or 0xDCB760) is known color: Equator. HEX triplet: DC, B7 and 60. RGB value is (220,183,96). Sum of RGB (Red+Green+Blue) = 220+183+96=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB760 is #23489F. Grayscale: #B8B8B8. Windows color (decimal): -2312352 or 6338524. OLE color: 6338524.
HSL color Cylindrical-coordinate representation of color #DCB760: hue angle of 42.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCB760 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 96 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.14 |
| HSL | 42.1º | 0.64% | 0.62% | - |
| HSV(B) | 42.1º | 0.56% | 0.86% | - |
| XYZ | 48.56 | 49.93 | 18.14 | - |
| YUV | 184.15 | 78.26 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 96 | 0 | 0.17 | 0.56 | 0.14 | 42.1 | 0.64 | 0.62 |
| Hex | DC | B7 | 60 | 0 | 11 | 38 | E | 2A | 40 | 3E |
| Octal | 334 | 267 | 140 | 0 | 21 | 70 | 16 | 52 | 100 | 76 |
| Binary | 11011100 | 10110111 | 1100000 | 0 | 10001 | 111000 | 1110 | 101010 | 1000000 | 111110 |
Color Harmonies of #DCB760
Complementary color
Monochromatic Colors of #DCB760
Black with #DCB760
Text Example
Text Example
White with #DCB760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB760; }
p { color: rgb(220,183,96); }
H1.HeaderClassName
{
color: #DCB760;
}
.AnyTagClassName
{
color: #DCB760;
}
</style>
background-color css
<style>
a { background-color: #DCB760; }
a { background-color: rgb(220,183,96); }
div.DivClassName
{
background-color: #DCB760;
}
.BgClassName
{
background-color: #DCB760;
}
</style>
border-color css
<style>
span { border-color: #DCB760; }
span { border-color: rgb(220,183,96); }
td.TdClassName
{
border-color: #DCB760;
}
.TagClassName
{
border-color: #DCB760;
}
</style>