Shades of Equator #DBB85E
Tints of Equator #DBB85E
RGB
CMYK
RGB Variations
Color information
#DBB85E (or 0xDBB85E) is known color: Equator. HEX triplet: DB, B8 and 5E. RGB value is (219,184,94). Sum of RGB (Red+Green+Blue) = 219+184+94=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB85E is #2447A1. Grayscale: #B8B8B8. Windows color (decimal): -2377634 or 6207707. OLE color: 6207707.
HSL color Cylindrical-coordinate representation of color #DBB85E: hue angle of 43.2º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBB85E is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 94 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.14 |
| HSL | 43.2º | 0.63% | 0.61% | - |
| HSV(B) | 43.2º | 0.57% | 0.86% | - |
| XYZ | 48.37 | 50.15 | 17.72 | - |
| YUV | 184.21 | 77.1 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 94 | 0 | 0.16 | 0.57 | 0.14 | 43.2 | 0.63 | 0.61 |
| Hex | DB | B8 | 5E | 0 | 10 | 39 | E | 2B | 3F | 3D |
| Octal | 333 | 270 | 136 | 0 | 20 | 71 | 16 | 53 | 77 | 75 |
| Binary | 11011011 | 10111000 | 1011110 | 0 | 10000 | 111001 | 1110 | 101011 | 111111 | 111101 |
Color Harmonies of #DBB85E
Complementary color
Monochromatic Colors of #DBB85E
Black with #DBB85E
Text Example
Text Example
White with #DBB85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB85E; }
p { color: rgb(219,184,94); }
H1.HeaderClassName
{
color: #DBB85E;
}
.AnyTagClassName
{
color: #DBB85E;
}
</style>
background-color css
<style>
a { background-color: #DBB85E; }
a { background-color: rgb(219,184,94); }
div.DivClassName
{
background-color: #DBB85E;
}
.BgClassName
{
background-color: #DBB85E;
}
</style>
border-color css
<style>
span { border-color: #DBB85E; }
span { border-color: rgb(219,184,94); }
td.TdClassName
{
border-color: #DBB85E;
}
.TagClassName
{
border-color: #DBB85E;
}
</style>