Shades of Equator #DCB862
Tints of Equator #DCB862
RGB
CMYK
RGB Variations
Color information
#DCB862 (or 0xDCB862) is known color: Equator. HEX triplet: DC, B8 and 62. RGB value is (220,184,98). Sum of RGB (Red+Green+Blue) = 220+184+98=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB862 is #23479D. Grayscale: #B9B9B9. Windows color (decimal): -2312094 or 6469852. OLE color: 6469852.
HSL color Cylindrical-coordinate representation of color #DCB862: hue angle of 42.3º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCB862 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 98 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.14 |
| HSL | 42.3º | 0.64% | 0.62% | - |
| HSV(B) | 42.3º | 0.55% | 0.86% | - |
| XYZ | 48.86 | 50.38 | 18.7 | - |
| YUV | 184.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 98 | 0 | 0.16 | 0.55 | 0.14 | 42.3 | 0.64 | 0.62 |
| Hex | DC | B8 | 62 | 0 | 10 | 37 | E | 2A | 40 | 3E |
| Octal | 334 | 270 | 142 | 0 | 20 | 67 | 16 | 52 | 100 | 76 |
| Binary | 11011100 | 10111000 | 1100010 | 0 | 10000 | 110111 | 1110 | 101010 | 1000000 | 111110 |
Color Harmonies of #DCB862
Complementary color
Monochromatic Colors of #DCB862
Black with #DCB862
Text Example
Text Example
White with #DCB862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB862; }
p { color: rgb(220,184,98); }
H1.HeaderClassName
{
color: #DCB862;
}
.AnyTagClassName
{
color: #DCB862;
}
</style>
background-color css
<style>
a { background-color: #DCB862; }
a { background-color: rgb(220,184,98); }
div.DivClassName
{
background-color: #DCB862;
}
.BgClassName
{
background-color: #DCB862;
}
</style>
border-color css
<style>
span { border-color: #DCB862; }
span { border-color: rgb(220,184,98); }
td.TdClassName
{
border-color: #DCB862;
}
.TagClassName
{
border-color: #DCB862;
}
</style>