Shades of Equator #DCB963
Tints of Equator #DCB963
RGB
CMYK
RGB Variations
Color information
#DCB963 (or 0xDCB963) is known color: Equator. HEX triplet: DC, B9 and 63. RGB value is (220,185,99). Sum of RGB (Red+Green+Blue) = 220+185+99=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB963 is #23469C. Grayscale: #BABABA. Windows color (decimal): -2311837 or 6535644. OLE color: 6535644.
HSL color Cylindrical-coordinate representation of color #DCB963: hue angle of 42.64º 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 #DCB963 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 99 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.14 |
| HSL | 42.64º | 0.63% | 0.63% | - |
| HSV(B) | 42.64º | 0.55% | 0.86% | - |
| XYZ | 49.12 | 50.81 | 19.02 | - |
| YUV | 185.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 99 | 0 | 0.16 | 0.55 | 0.14 | 42.64 | 0.63 | 0.63 |
| Hex | DC | B9 | 63 | 0 | 10 | 37 | E | 2B | 3F | 3F |
| Octal | 334 | 271 | 143 | 0 | 20 | 67 | 16 | 53 | 77 | 77 |
| Binary | 11011100 | 10111001 | 1100011 | 0 | 10000 | 110111 | 1110 | 101011 | 111111 | 111111 |
Color Harmonies of #DCB963
Complementary color
Monochromatic Colors of #DCB963
Black with #DCB963
Text Example
Text Example
White with #DCB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB963; }
p { color: rgb(220,185,99); }
H1.HeaderClassName
{
color: #DCB963;
}
.AnyTagClassName
{
color: #DCB963;
}
</style>
background-color css
<style>
a { background-color: #DCB963; }
a { background-color: rgb(220,185,99); }
div.DivClassName
{
background-color: #DCB963;
}
.BgClassName
{
background-color: #DCB963;
}
</style>
border-color css
<style>
span { border-color: #DCB963; }
span { border-color: rgb(220,185,99); }
td.TdClassName
{
border-color: #DCB963;
}
.TagClassName
{
border-color: #DCB963;
}
</style>