Shades of Equator #DCB660
Tints of Equator #DCB660
RGB
CMYK
RGB Variations
Color information
#DCB660 (or 0xDCB660) is known color: Equator. HEX triplet: DC, B6 and 60. RGB value is (220,182,96). Sum of RGB (Red+Green+Blue) = 220+182+96=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB660 is #23499F. Grayscale: #B7B7B7. Windows color (decimal): -2312608 or 6338268. OLE color: 6338268.
HSL color Cylindrical-coordinate representation of color #DCB660: hue angle of 41.61º 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 #DCB660 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 96 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.14 |
| HSL | 41.61º | 0.64% | 0.62% | - |
| HSV(B) | 41.61º | 0.56% | 0.86% | - |
| XYZ | 48.35 | 49.52 | 18.08 | - |
| YUV | 183.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 96 | 0 | 0.17 | 0.56 | 0.14 | 41.61 | 0.64 | 0.62 |
| Hex | DC | B6 | 60 | 0 | 11 | 38 | E | 2A | 40 | 3E |
| Octal | 334 | 266 | 140 | 0 | 21 | 70 | 16 | 52 | 100 | 76 |
| Binary | 11011100 | 10110110 | 1100000 | 0 | 10001 | 111000 | 1110 | 101010 | 1000000 | 111110 |
Color Harmonies of #DCB660
Complementary color
Monochromatic Colors of #DCB660
Black with #DCB660
Text Example
Text Example
White with #DCB660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB660; }
p { color: rgb(220,182,96); }
H1.HeaderClassName
{
color: #DCB660;
}
.AnyTagClassName
{
color: #DCB660;
}
</style>
background-color css
<style>
a { background-color: #DCB660; }
a { background-color: rgb(220,182,96); }
div.DivClassName
{
background-color: #DCB660;
}
.BgClassName
{
background-color: #DCB660;
}
</style>
border-color css
<style>
span { border-color: #DCB660; }
span { border-color: rgb(220,182,96); }
td.TdClassName
{
border-color: #DCB660;
}
.TagClassName
{
border-color: #DCB660;
}
</style>