Shades of Equator #DBB45A
Tints of Equator #DBB45A
RGB
CMYK
RGB Variations
Color information
#DBB45A (or 0xDBB45A) is known color: Equator. HEX triplet: DB, B4 and 5A. RGB value is (219,180,90). Sum of RGB (Red+Green+Blue) = 219+180+90=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB45A is #244BA5. Grayscale: #B5B5B5. Windows color (decimal): -2378662 or 5944539. OLE color: 5944539.
HSL color Cylindrical-coordinate representation of color #DBB45A: hue angle of 41.86º degrees, saturation: 0.64, 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 #DBB45A is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 90 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.14 |
| HSL | 41.86º | 0.64% | 0.61% | - |
| HSV(B) | 41.86º | 0.59% | 0.86% | - |
| XYZ | 47.38 | 48.44 | 16.53 | - |
| YUV | 181.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 90 | 0 | 0.18 | 0.59 | 0.14 | 41.86 | 0.64 | 0.61 |
| Hex | DB | B4 | 5A | 0 | 12 | 3B | E | 2A | 40 | 3D |
| Octal | 333 | 264 | 132 | 0 | 22 | 73 | 16 | 52 | 100 | 75 |
| Binary | 11011011 | 10110100 | 1011010 | 0 | 10010 | 111011 | 1110 | 101010 | 1000000 | 111101 |
Color Harmonies of #DBB45A
Complementary color
Monochromatic Colors of #DBB45A
Black with #DBB45A
Text Example
Text Example
White with #DBB45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB45A; }
p { color: rgb(219,180,90); }
H1.HeaderClassName
{
color: #DBB45A;
}
.AnyTagClassName
{
color: #DBB45A;
}
</style>
background-color css
<style>
a { background-color: #DBB45A; }
a { background-color: rgb(219,180,90); }
div.DivClassName
{
background-color: #DBB45A;
}
.BgClassName
{
background-color: #DBB45A;
}
</style>
border-color css
<style>
span { border-color: #DBB45A; }
span { border-color: rgb(219,180,90); }
td.TdClassName
{
border-color: #DBB45A;
}
.TagClassName
{
border-color: #DBB45A;
}
</style>