Shades of Equator #DBB55B
Tints of Equator #DBB55B
RGB
CMYK
RGB Variations
Color information
#DBB55B (or 0xDBB55B) is known color: Equator. HEX triplet: DB, B5 and 5B. RGB value is (219,181,91). Sum of RGB (Red+Green+Blue) = 219+181+91=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB55B is #244AA4. Grayscale: #B6B6B6. Windows color (decimal): -2378405 or 6010331. OLE color: 6010331.
HSL color Cylindrical-coordinate representation of color #DBB55B: hue angle of 42.19º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBB55B is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 91 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.14 |
| HSL | 42.19º | 0.64% | 0.61% | - |
| HSV(B) | 42.19º | 0.58% | 0.86% | - |
| XYZ | 47.63 | 48.86 | 16.82 | - |
| YUV | 182.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 91 | 0 | 0.17 | 0.58 | 0.14 | 42.19 | 0.64 | 0.61 |
| Hex | DB | B5 | 5B | 0 | 11 | 3A | E | 2A | 40 | 3D |
| Octal | 333 | 265 | 133 | 0 | 21 | 72 | 16 | 52 | 100 | 75 |
| Binary | 11011011 | 10110101 | 1011011 | 0 | 10001 | 111010 | 1110 | 101010 | 1000000 | 111101 |
Color Harmonies of #DBB55B
Complementary color
Monochromatic Colors of #DBB55B
Black with #DBB55B
Text Example
Text Example
White with #DBB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB55B; }
p { color: rgb(219,181,91); }
H1.HeaderClassName
{
color: #DBB55B;
}
.AnyTagClassName
{
color: #DBB55B;
}
</style>
background-color css
<style>
a { background-color: #DBB55B; }
a { background-color: rgb(219,181,91); }
div.DivClassName
{
background-color: #DBB55B;
}
.BgClassName
{
background-color: #DBB55B;
}
</style>
border-color css
<style>
span { border-color: #DBB55B; }
span { border-color: rgb(219,181,91); }
td.TdClassName
{
border-color: #DBB55B;
}
.TagClassName
{
border-color: #DBB55B;
}
</style>