Shades of Equator #DCB95E
Tints of Equator #DCB95E
RGB
CMYK
RGB Variations
Color information
#DCB95E (or 0xDCB95E) is known color: Equator. HEX triplet: DC, B9 and 5E. RGB value is (220,185,94). Sum of RGB (Red+Green+Blue) = 220+185+94=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB95E is #2346A1. Grayscale: #B9B9B9. Windows color (decimal): -2311842 or 6207964. OLE color: 6207964.
HSL color Cylindrical-coordinate representation of color #DCB95E: hue angle of 43.33º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCB95E is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 94 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.14 |
| HSL | 43.33º | 0.64% | 0.62% | - |
| HSV(B) | 43.33º | 0.57% | 0.86% | - |
| XYZ | 48.88 | 50.72 | 17.8 | - |
| YUV | 185.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 94 | 0 | 0.16 | 0.57 | 0.14 | 43.33 | 0.64 | 0.62 |
| Hex | DC | B9 | 5E | 0 | 10 | 39 | E | 2B | 40 | 3E |
| Octal | 334 | 271 | 136 | 0 | 20 | 71 | 16 | 53 | 100 | 76 |
| Binary | 11011100 | 10111001 | 1011110 | 0 | 10000 | 111001 | 1110 | 101011 | 1000000 | 111110 |
Color Harmonies of #DCB95E
Complementary color
Monochromatic Colors of #DCB95E
Black with #DCB95E
Text Example
Text Example
White with #DCB95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB95E; }
p { color: rgb(220,185,94); }
H1.HeaderClassName
{
color: #DCB95E;
}
.AnyTagClassName
{
color: #DCB95E;
}
</style>
background-color css
<style>
a { background-color: #DCB95E; }
a { background-color: rgb(220,185,94); }
div.DivClassName
{
background-color: #DCB95E;
}
.BgClassName
{
background-color: #DCB95E;
}
</style>
border-color css
<style>
span { border-color: #DCB95E; }
span { border-color: rgb(220,185,94); }
td.TdClassName
{
border-color: #DCB95E;
}
.TagClassName
{
border-color: #DCB95E;
}
</style>