Shades of Equator #DCB961
Tints of Equator #DCB961
RGB
CMYK
RGB Variations
Color information
#DCB961 (or 0xDCB961) is known color: Equator. HEX triplet: DC, B9 and 61. RGB value is (220,185,97). Sum of RGB (Red+Green+Blue) = 220+185+97=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB961 is #23469E. Grayscale: #B9B9B9. Windows color (decimal): -2311839 or 6404572. OLE color: 6404572.
HSL color Cylindrical-coordinate representation of color #DCB961: hue angle of 42.93º 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 #DCB961 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 97 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.14 |
| HSL | 42.93º | 0.64% | 0.62% | - |
| HSV(B) | 42.93º | 0.56% | 0.86% | - |
| XYZ | 49.02 | 50.78 | 18.53 | - |
| YUV | 185.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 97 | 0 | 0.16 | 0.56 | 0.14 | 42.93 | 0.64 | 0.62 |
| Hex | DC | B9 | 61 | 0 | 10 | 38 | E | 2B | 40 | 3E |
| Octal | 334 | 271 | 141 | 0 | 20 | 70 | 16 | 53 | 100 | 76 |
| Binary | 11011100 | 10111001 | 1100001 | 0 | 10000 | 111000 | 1110 | 101011 | 1000000 | 111110 |
Color Harmonies of #DCB961
Complementary color
Monochromatic Colors of #DCB961
Black with #DCB961
Text Example
Text Example
White with #DCB961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB961; }
p { color: rgb(220,185,97); }
H1.HeaderClassName
{
color: #DCB961;
}
.AnyTagClassName
{
color: #DCB961;
}
</style>
background-color css
<style>
a { background-color: #DCB961; }
a { background-color: rgb(220,185,97); }
div.DivClassName
{
background-color: #DCB961;
}
.BgClassName
{
background-color: #DCB961;
}
</style>
border-color css
<style>
span { border-color: #DCB961; }
span { border-color: rgb(220,185,97); }
td.TdClassName
{
border-color: #DCB961;
}
.TagClassName
{
border-color: #DCB961;
}
</style>