Shades of Equator #DBB45E
Tints of Equator #DBB45E
RGB
CMYK
RGB Variations
Color information
#DBB45E (or 0xDBB45E) is known color: Equator. HEX triplet: DB, B4 and 5E. RGB value is (219,180,94). Sum of RGB (Red+Green+Blue) = 219+180+94=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB45E is #244BA1. Grayscale: #B6B6B6. Windows color (decimal): -2378658 or 6206683. OLE color: 6206683.
HSL color Cylindrical-coordinate representation of color #DBB45E: hue angle of 41.28º 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 #DBB45E is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 94 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.14 |
| HSL | 41.28º | 0.63% | 0.61% | - |
| HSV(B) | 41.28º | 0.57% | 0.86% | - |
| XYZ | 47.56 | 48.51 | 17.45 | - |
| YUV | 181.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 94 | 0 | 0.18 | 0.57 | 0.14 | 41.28 | 0.63 | 0.61 |
| Hex | DB | B4 | 5E | 0 | 12 | 39 | E | 29 | 3F | 3D |
| Octal | 333 | 264 | 136 | 0 | 22 | 71 | 16 | 51 | 77 | 75 |
| Binary | 11011011 | 10110100 | 1011110 | 0 | 10010 | 111001 | 1110 | 101001 | 111111 | 111101 |
Color Harmonies of #DBB45E
Complementary color
Monochromatic Colors of #DBB45E
Black with #DBB45E
Text Example
Text Example
White with #DBB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB45E; }
p { color: rgb(219,180,94); }
H1.HeaderClassName
{
color: #DBB45E;
}
.AnyTagClassName
{
color: #DBB45E;
}
</style>
background-color css
<style>
a { background-color: #DBB45E; }
a { background-color: rgb(219,180,94); }
div.DivClassName
{
background-color: #DBB45E;
}
.BgClassName
{
background-color: #DBB45E;
}
</style>
border-color css
<style>
span { border-color: #DBB45E; }
span { border-color: rgb(219,180,94); }
td.TdClassName
{
border-color: #DBB45E;
}
.TagClassName
{
border-color: #DBB45E;
}
</style>