Shades of Equator #DBB55E
Tints of Equator #DBB55E
RGB
CMYK
RGB Variations
Color information
#DBB55E (or 0xDBB55E) is known color: Equator. HEX triplet: DB, B5 and 5E. RGB value is (219,181,94). Sum of RGB (Red+Green+Blue) = 219+181+94=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB55E is #244AA1. Grayscale: #B6B6B6. Windows color (decimal): -2378402 or 6206939. OLE color: 6206939.
HSL color Cylindrical-coordinate representation of color #DBB55E: hue angle of 41.76º 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 #DBB55E is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 94 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.14 |
| HSL | 41.76º | 0.63% | 0.61% | - |
| HSV(B) | 41.76º | 0.57% | 0.86% | - |
| XYZ | 47.76 | 48.92 | 17.51 | - |
| YUV | 182.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 94 | 0 | 0.17 | 0.57 | 0.14 | 41.76 | 0.63 | 0.61 |
| Hex | DB | B5 | 5E | 0 | 11 | 39 | E | 2A | 3F | 3D |
| Octal | 333 | 265 | 136 | 0 | 21 | 71 | 16 | 52 | 77 | 75 |
| Binary | 11011011 | 10110101 | 1011110 | 0 | 10001 | 111001 | 1110 | 101010 | 111111 | 111101 |
Color Harmonies of #DBB55E
Complementary color
Monochromatic Colors of #DBB55E
Black with #DBB55E
Text Example
Text Example
White with #DBB55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB55E; }
p { color: rgb(219,181,94); }
H1.HeaderClassName
{
color: #DBB55E;
}
.AnyTagClassName
{
color: #DBB55E;
}
</style>
background-color css
<style>
a { background-color: #DBB55E; }
a { background-color: rgb(219,181,94); }
div.DivClassName
{
background-color: #DBB55E;
}
.BgClassName
{
background-color: #DBB55E;
}
</style>
border-color css
<style>
span { border-color: #DBB55E; }
span { border-color: rgb(219,181,94); }
td.TdClassName
{
border-color: #DBB55E;
}
.TagClassName
{
border-color: #DBB55E;
}
</style>