Shades of Buttercup #DB9119
Tints of Buttercup #DB9119
RGB
CMYK
RGB Variations
Color information
#DB9119 (or 0xDB9119) is known color: Buttercup. HEX triplet: DB, 91 and 19. RGB value is (219,145,25). Sum of RGB (Red+Green+Blue) = 219+145+25=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9119 is #246EE6. Grayscale: #9A9A9A. Windows color (decimal): -2387687 or 1675739. OLE color: 1675739.
HSL color Cylindrical-coordinate representation of color #DB9119: hue angle of 37.11º 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 #DB9119 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 25 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.14 |
| HSL | 37.11º | 0.8% | 0.48% | - |
| HSV(B) | 37.11º | 0.89% | 0.86% | - |
| XYZ | 39.51 | 35.38 | 5.67 | - |
| YUV | 153.45 | 55.52 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 25 | 0 | 0.34 | 0.89 | 0.14 | 37.11 | 0.8 | 0.48 |
| Hex | DB | 91 | 19 | 0 | 22 | 59 | E | 25 | 50 | 30 |
| Octal | 333 | 221 | 31 | 0 | 42 | 131 | 16 | 45 | 120 | 60 |
| Binary | 11011011 | 10010001 | 11001 | 0 | 100010 | 1011001 | 1110 | 100101 | 1010000 | 110000 |
Color Harmonies of #DB9119
Complementary color
Monochromatic Colors of #DB9119
Black with #DB9119
Text Example
Text Example
White with #DB9119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9119; }
p { color: rgb(219,145,25); }
H1.HeaderClassName
{
color: #DB9119;
}
.AnyTagClassName
{
color: #DB9119;
}
</style>
background-color css
<style>
a { background-color: #DB9119; }
a { background-color: rgb(219,145,25); }
div.DivClassName
{
background-color: #DB9119;
}
.BgClassName
{
background-color: #DB9119;
}
</style>
border-color css
<style>
span { border-color: #DB9119; }
span { border-color: rgb(219,145,25); }
td.TdClassName
{
border-color: #DB9119;
}
.TagClassName
{
border-color: #DB9119;
}
</style>