Shades of Buttercup #DB9019
Tints of Buttercup #DB9019
RGB
CMYK
RGB Variations
Color information
#DB9019 (or 0xDB9019) is known color: Buttercup. HEX triplet: DB, 90 and 19. RGB value is (219,144,25). Sum of RGB (Red+Green+Blue) = 219+144+25=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9019 is #246FE6. Grayscale: #999999. Windows color (decimal): -2387943 or 1675483. OLE color: 1675483.
HSL color Cylindrical-coordinate representation of color #DB9019: hue angle of 36.8º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB9019 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 25 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.14 |
| HSL | 36.8º | 0.8% | 0.48% | - |
| HSV(B) | 36.8º | 0.89% | 0.86% | - |
| XYZ | 39.36 | 35.08 | 5.62 | - |
| YUV | 152.86 | 55.85 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 25 | 0 | 0.34 | 0.89 | 0.14 | 36.8 | 0.8 | 0.48 |
| Hex | DB | 90 | 19 | 0 | 22 | 59 | E | 25 | 50 | 30 |
| Octal | 333 | 220 | 31 | 0 | 42 | 131 | 16 | 45 | 120 | 60 |
| Binary | 11011011 | 10010000 | 11001 | 0 | 100010 | 1011001 | 1110 | 100101 | 1010000 | 110000 |
Color Harmonies of #DB9019
Complementary color
Monochromatic Colors of #DB9019
Black with #DB9019
Text Example
Text Example
White with #DB9019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9019; }
p { color: rgb(219,144,25); }
H1.HeaderClassName
{
color: #DB9019;
}
.AnyTagClassName
{
color: #DB9019;
}
</style>
background-color css
<style>
a { background-color: #DB9019; }
a { background-color: rgb(219,144,25); }
div.DivClassName
{
background-color: #DB9019;
}
.BgClassName
{
background-color: #DB9019;
}
</style>
border-color css
<style>
span { border-color: #DB9019; }
span { border-color: rgb(219,144,25); }
td.TdClassName
{
border-color: #DB9019;
}
.TagClassName
{
border-color: #DB9019;
}
</style>