Shades of Equator #DBB55A
Tints of Equator #DBB55A
RGB
CMYK
RGB Variations
Color information
#DBB55A (or 0xDBB55A) is known color: Equator. HEX triplet: DB, B5 and 5A. RGB value is (219,181,90). Sum of RGB (Red+Green+Blue) = 219+181+90=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB55A is #244AA5. Grayscale: #B6B6B6. Windows color (decimal): -2378406 or 5944795. OLE color: 5944795.
HSL color Cylindrical-coordinate representation of color #DBB55A: hue angle of 42.33º 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 #DBB55A is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 90 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.14 |
| HSL | 42.33º | 0.64% | 0.61% | - |
| HSV(B) | 42.33º | 0.59% | 0.86% | - |
| XYZ | 47.58 | 48.85 | 16.59 | - |
| YUV | 181.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 90 | 0 | 0.17 | 0.59 | 0.14 | 42.33 | 0.64 | 0.61 |
| Hex | DB | B5 | 5A | 0 | 11 | 3B | E | 2A | 40 | 3D |
| Octal | 333 | 265 | 132 | 0 | 21 | 73 | 16 | 52 | 100 | 75 |
| Binary | 11011011 | 10110101 | 1011010 | 0 | 10001 | 111011 | 1110 | 101010 | 1000000 | 111101 |
Color Harmonies of #DBB55A
Complementary color
Monochromatic Colors of #DBB55A
Black with #DBB55A
Text Example
Text Example
White with #DBB55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB55A; }
p { color: rgb(219,181,90); }
H1.HeaderClassName
{
color: #DBB55A;
}
.AnyTagClassName
{
color: #DBB55A;
}
</style>
background-color css
<style>
a { background-color: #DBB55A; }
a { background-color: rgb(219,181,90); }
div.DivClassName
{
background-color: #DBB55A;
}
.BgClassName
{
background-color: #DBB55A;
}
</style>
border-color css
<style>
span { border-color: #DBB55A; }
span { border-color: rgb(219,181,90); }
td.TdClassName
{
border-color: #DBB55A;
}
.TagClassName
{
border-color: #DBB55A;
}
</style>