Shades of Equator #DCB95D
Tints of Equator #DCB95D
RGB
CMYK
RGB Variations
Color information
#DCB95D (or 0xDCB95D) is known color: Equator. HEX triplet: DC, B9 and 5D. RGB value is (220,185,93). Sum of RGB (Red+Green+Blue) = 220+185+93=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB95D is #2346A2. Grayscale: #B9B9B9. Windows color (decimal): -2311843 or 6142428. OLE color: 6142428.
HSL color Cylindrical-coordinate representation of color #DCB95D: hue angle of 43.46º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCB95D is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 93 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.14 |
| HSL | 43.46º | 0.64% | 0.61% | - |
| HSV(B) | 43.46º | 0.58% | 0.86% | - |
| XYZ | 48.84 | 50.7 | 17.57 | - |
| YUV | 184.98 | 76.1 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 93 | 0 | 0.16 | 0.58 | 0.14 | 43.46 | 0.64 | 0.61 |
| Hex | DC | B9 | 5D | 0 | 10 | 3A | E | 2B | 40 | 3D |
| Octal | 334 | 271 | 135 | 0 | 20 | 72 | 16 | 53 | 100 | 75 |
| Binary | 11011100 | 10111001 | 1011101 | 0 | 10000 | 111010 | 1110 | 101011 | 1000000 | 111101 |
Color Harmonies of #DCB95D
Complementary color
Monochromatic Colors of #DCB95D
Black with #DCB95D
Text Example
Text Example
White with #DCB95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB95D; }
p { color: rgb(220,185,93); }
H1.HeaderClassName
{
color: #DCB95D;
}
.AnyTagClassName
{
color: #DCB95D;
}
</style>
background-color css
<style>
a { background-color: #DCB95D; }
a { background-color: rgb(220,185,93); }
div.DivClassName
{
background-color: #DCB95D;
}
.BgClassName
{
background-color: #DCB95D;
}
</style>
border-color css
<style>
span { border-color: #DCB95D; }
span { border-color: rgb(220,185,93); }
td.TdClassName
{
border-color: #DCB95D;
}
.TagClassName
{
border-color: #DCB95D;
}
</style>