Shades of Equator #DCB85B
Tints of Equator #DCB85B
RGB
CMYK
RGB Variations
Color information
#DCB85B (or 0xDCB85B) is known color: Equator. HEX triplet: DC, B8 and 5B. RGB value is (220,184,91). Sum of RGB (Red+Green+Blue) = 220+184+91=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB85B is #2347A4. Grayscale: #B8B8B8. Windows color (decimal): -2312101 or 6011100. OLE color: 6011100.
HSL color Cylindrical-coordinate representation of color #DCB85B: hue angle of 43.26º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCB85B is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 91 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.14 |
| HSL | 43.26º | 0.65% | 0.61% | - |
| HSV(B) | 43.26º | 0.59% | 0.86% | - |
| XYZ | 48.54 | 50.25 | 17.04 | - |
| YUV | 184.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 91 | 0 | 0.16 | 0.59 | 0.14 | 43.26 | 0.65 | 0.61 |
| Hex | DC | B8 | 5B | 0 | 10 | 3B | E | 2B | 41 | 3D |
| Octal | 334 | 270 | 133 | 0 | 20 | 73 | 16 | 53 | 101 | 75 |
| Binary | 11011100 | 10111000 | 1011011 | 0 | 10000 | 111011 | 1110 | 101011 | 1000001 | 111101 |
Color Harmonies of #DCB85B
Complementary color
Monochromatic Colors of #DCB85B
Black with #DCB85B
Text Example
Text Example
White with #DCB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB85B; }
p { color: rgb(220,184,91); }
H1.HeaderClassName
{
color: #DCB85B;
}
.AnyTagClassName
{
color: #DCB85B;
}
</style>
background-color css
<style>
a { background-color: #DCB85B; }
a { background-color: rgb(220,184,91); }
div.DivClassName
{
background-color: #DCB85B;
}
.BgClassName
{
background-color: #DCB85B;
}
</style>
border-color css
<style>
span { border-color: #DCB85B; }
span { border-color: rgb(220,184,91); }
td.TdClassName
{
border-color: #DCB85B;
}
.TagClassName
{
border-color: #DCB85B;
}
</style>