Shades of Buttercup #DB8519
Tints of Buttercup #DB8519
RGB
CMYK
RGB Variations
Color information
#DB8519 (or 0xDB8519) is known color: Buttercup. HEX triplet: DB, 85 and 19. RGB value is (219,133,25). Sum of RGB (Red+Green+Blue) = 219+133+25=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8519 is #247AE6. Grayscale: #929292. Windows color (decimal): -2390759 or 1672667. OLE color: 1672667.
HSL color Cylindrical-coordinate representation of color #DB8519: hue angle of 33.4º 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 #DB8519 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 25 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.14 |
| HSL | 33.4º | 0.8% | 0.48% | - |
| HSV(B) | 33.4º | 0.89% | 0.86% | - |
| XYZ | 37.78 | 31.91 | 5.09 | - |
| YUV | 146.4 | 59.49 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 25 | 0 | 0.39 | 0.89 | 0.14 | 33.4 | 0.8 | 0.48 |
| Hex | DB | 85 | 19 | 0 | 27 | 59 | E | 21 | 50 | 30 |
| Octal | 333 | 205 | 31 | 0 | 47 | 131 | 16 | 41 | 120 | 60 |
| Binary | 11011011 | 10000101 | 11001 | 0 | 100111 | 1011001 | 1110 | 100001 | 1010000 | 110000 |
Color Harmonies of #DB8519
Complementary color
Monochromatic Colors of #DB8519
Black with #DB8519
Text Example
Text Example
White with #DB8519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8519; }
p { color: rgb(219,133,25); }
H1.HeaderClassName
{
color: #DB8519;
}
.AnyTagClassName
{
color: #DB8519;
}
</style>
background-color css
<style>
a { background-color: #DB8519; }
a { background-color: rgb(219,133,25); }
div.DivClassName
{
background-color: #DB8519;
}
.BgClassName
{
background-color: #DB8519;
}
</style>
border-color css
<style>
span { border-color: #DB8519; }
span { border-color: rgb(219,133,25); }
td.TdClassName
{
border-color: #DB8519;
}
.TagClassName
{
border-color: #DB8519;
}
</style>