Shades of Equator #DCB863
Tints of Equator #DCB863
RGB
CMYK
RGB Variations
Color information
#DCB863 (or 0xDCB863) is known color: Equator. HEX triplet: DC, B8 and 63. RGB value is (220,184,99). Sum of RGB (Red+Green+Blue) = 220+184+99=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB863 is #23479C. Grayscale: #B9B9B9. Windows color (decimal): -2312093 or 6535388. OLE color: 6535388.
HSL color Cylindrical-coordinate representation of color #DCB863: hue angle of 42.15º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCB863 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 99 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.14 |
| HSL | 42.15º | 0.63% | 0.63% | - |
| HSV(B) | 42.15º | 0.55% | 0.86% | - |
| XYZ | 48.91 | 50.4 | 18.95 | - |
| YUV | 185.07 | 79.43 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 99 | 0 | 0.16 | 0.55 | 0.14 | 42.15 | 0.63 | 0.63 |
| Hex | DC | B8 | 63 | 0 | 10 | 37 | E | 2A | 3F | 3F |
| Octal | 334 | 270 | 143 | 0 | 20 | 67 | 16 | 52 | 77 | 77 |
| Binary | 11011100 | 10111000 | 1100011 | 0 | 10000 | 110111 | 1110 | 101010 | 111111 | 111111 |
Color Harmonies of #DCB863
Complementary color
Monochromatic Colors of #DCB863
Black with #DCB863
Text Example
Text Example
White with #DCB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB863; }
p { color: rgb(220,184,99); }
H1.HeaderClassName
{
color: #DCB863;
}
.AnyTagClassName
{
color: #DCB863;
}
</style>
background-color css
<style>
a { background-color: #DCB863; }
a { background-color: rgb(220,184,99); }
div.DivClassName
{
background-color: #DCB863;
}
.BgClassName
{
background-color: #DCB863;
}
</style>
border-color css
<style>
span { border-color: #DCB863; }
span { border-color: rgb(220,184,99); }
td.TdClassName
{
border-color: #DCB863;
}
.TagClassName
{
border-color: #DCB863;
}
</style>