Shades of Equator #DCB85D
Tints of Equator #DCB85D
RGB
CMYK
RGB Variations
Color information
#DCB85D (or 0xDCB85D) is known color: Equator. HEX triplet: DC, B8 and 5D. RGB value is (220,184,93). Sum of RGB (Red+Green+Blue) = 220+184+93=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB85D is #2347A2. Grayscale: #B8B8B8. Windows color (decimal): -2312099 or 6142172. OLE color: 6142172.
HSL color Cylindrical-coordinate representation of color #DCB85D: hue angle of 42.99º 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 #DCB85D is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 93 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.14 |
| HSL | 42.99º | 0.64% | 0.61% | - |
| HSV(B) | 42.99º | 0.58% | 0.86% | - |
| XYZ | 48.63 | 50.29 | 17.5 | - |
| YUV | 184.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 93 | 0 | 0.16 | 0.58 | 0.14 | 42.99 | 0.64 | 0.61 |
| Hex | DC | B8 | 5D | 0 | 10 | 3A | E | 2B | 40 | 3D |
| Octal | 334 | 270 | 135 | 0 | 20 | 72 | 16 | 53 | 100 | 75 |
| Binary | 11011100 | 10111000 | 1011101 | 0 | 10000 | 111010 | 1110 | 101011 | 1000000 | 111101 |
Color Harmonies of #DCB85D
Complementary color
Monochromatic Colors of #DCB85D
Black with #DCB85D
Text Example
Text Example
White with #DCB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB85D; }
p { color: rgb(220,184,93); }
H1.HeaderClassName
{
color: #DCB85D;
}
.AnyTagClassName
{
color: #DCB85D;
}
</style>
background-color css
<style>
a { background-color: #DCB85D; }
a { background-color: rgb(220,184,93); }
div.DivClassName
{
background-color: #DCB85D;
}
.BgClassName
{
background-color: #DCB85D;
}
</style>
border-color css
<style>
span { border-color: #DCB85D; }
span { border-color: rgb(220,184,93); }
td.TdClassName
{
border-color: #DCB85D;
}
.TagClassName
{
border-color: #DCB85D;
}
</style>