Shades of Equator #DBB558
Tints of Equator #DBB558
RGB
CMYK
RGB Variations
Color information
#DBB558 (or 0xDBB558) is known color: Equator. HEX triplet: DB, B5 and 58. RGB value is (219,181,88). Sum of RGB (Red+Green+Blue) = 219+181+88=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB558 is #244AA7. Grayscale: #B6B6B6. Windows color (decimal): -2378408 or 5813723. OLE color: 5813723.
HSL color Cylindrical-coordinate representation of color #DBB558: hue angle of 42.6º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBB558 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 88 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.14 |
| HSL | 42.6º | 0.65% | 0.6% | - |
| HSV(B) | 42.6º | 0.6% | 0.86% | - |
| XYZ | 47.5 | 48.81 | 16.15 | - |
| YUV | 181.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 88 | 0 | 0.17 | 0.60 | 0.14 | 42.6 | 0.65 | 0.6 |
| Hex | DB | B5 | 58 | 0 | 11 | 3C | E | 2B | 41 | 3C |
| Octal | 333 | 265 | 130 | 0 | 21 | 74 | 16 | 53 | 101 | 74 |
| Binary | 11011011 | 10110101 | 1011000 | 0 | 10001 | 111100 | 1110 | 101011 | 1000001 | 111100 |
Color Harmonies of #DBB558
Complementary color
Monochromatic Colors of #DBB558
Black with #DBB558
Text Example
Text Example
White with #DBB558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB558; }
p { color: rgb(219,181,88); }
H1.HeaderClassName
{
color: #DBB558;
}
.AnyTagClassName
{
color: #DBB558;
}
</style>
background-color css
<style>
a { background-color: #DBB558; }
a { background-color: rgb(219,181,88); }
div.DivClassName
{
background-color: #DBB558;
}
.BgClassName
{
background-color: #DBB558;
}
</style>
border-color css
<style>
span { border-color: #DBB558; }
span { border-color: rgb(219,181,88); }
td.TdClassName
{
border-color: #DBB558;
}
.TagClassName
{
border-color: #DBB558;
}
</style>