Shades of Equator #DCB966
Tints of Equator #DCB966
RGB
CMYK
RGB Variations
Color information
#DCB966 (or 0xDCB966) is known color: Equator. HEX triplet: DC, B9 and 66. RGB value is (220,185,102). Sum of RGB (Red+Green+Blue) = 220+185+102=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB966 is #234699. Grayscale: #BABABA. Windows color (decimal): -2311834 or 6732252. OLE color: 6732252.
HSL color Cylindrical-coordinate representation of color #DCB966: hue angle of 42.2º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCB966 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 102 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.14 |
| HSL | 42.2º | 0.63% | 0.63% | - |
| HSV(B) | 42.2º | 0.54% | 0.86% | - |
| XYZ | 49.26 | 50.87 | 19.79 | - |
| YUV | 186 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 102 | 0 | 0.16 | 0.54 | 0.14 | 42.2 | 0.63 | 0.63 |
| Hex | DC | B9 | 66 | 0 | 10 | 36 | E | 2A | 3F | 3F |
| Octal | 334 | 271 | 146 | 0 | 20 | 66 | 16 | 52 | 77 | 77 |
| Binary | 11011100 | 10111001 | 1100110 | 0 | 10000 | 110110 | 1110 | 101010 | 111111 | 111111 |
Color Harmonies of #DCB966
Complementary color
Monochromatic Colors of #DCB966
Black with #DCB966
Text Example
Text Example
White with #DCB966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB966; }
p { color: rgb(220,185,102); }
H1.HeaderClassName
{
color: #DCB966;
}
.AnyTagClassName
{
color: #DCB966;
}
</style>
background-color css
<style>
a { background-color: #DCB966; }
a { background-color: rgb(220,185,102); }
div.DivClassName
{
background-color: #DCB966;
}
.BgClassName
{
background-color: #DCB966;
}
</style>
border-color css
<style>
span { border-color: #DCB966; }
span { border-color: rgb(220,185,102); }
td.TdClassName
{
border-color: #DCB966;
}
.TagClassName
{
border-color: #DCB966;
}
</style>