Shades of Buttercup #DB9526
Tints of Buttercup #DB9526
RGB
CMYK
RGB Variations
Color information
#DB9526 (or 0xDB9526) is known color: Buttercup. HEX triplet: DB, 95 and 26. RGB value is (219,149,38). Sum of RGB (Red+Green+Blue) = 219+149+38=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9526 is #246AD9. Grayscale: #9D9D9D. Windows color (decimal): -2386650 or 2528731. OLE color: 2528731.
HSL color Cylindrical-coordinate representation of color #DB9526: hue angle of 36.8º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB9526 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 38 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.14 |
| HSL | 36.8º | 0.72% | 0.5% | - |
| HSV(B) | 36.8º | 0.83% | 0.86% | - |
| XYZ | 40.31 | 36.69 | 6.79 | - |
| YUV | 157.28 | 60.69 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 38 | 0 | 0.32 | 0.83 | 0.14 | 36.8 | 0.72 | 0.5 |
| Hex | DB | 95 | 26 | 0 | 20 | 53 | E | 25 | 48 | 32 |
| Octal | 333 | 225 | 46 | 0 | 40 | 123 | 16 | 45 | 110 | 62 |
| Binary | 11011011 | 10010101 | 100110 | 0 | 100000 | 1010011 | 1110 | 100101 | 1001000 | 110010 |
Color Harmonies of #DB9526
Complementary color
Monochromatic Colors of #DB9526
Black with #DB9526
Text Example
Text Example
White with #DB9526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9526; }
p { color: rgb(219,149,38); }
H1.HeaderClassName
{
color: #DB9526;
}
.AnyTagClassName
{
color: #DB9526;
}
</style>
background-color css
<style>
a { background-color: #DB9526; }
a { background-color: rgb(219,149,38); }
div.DivClassName
{
background-color: #DB9526;
}
.BgClassName
{
background-color: #DB9526;
}
</style>
border-color css
<style>
span { border-color: #DB9526; }
span { border-color: rgb(219,149,38); }
td.TdClassName
{
border-color: #DB9526;
}
.TagClassName
{
border-color: #DB9526;
}
</style>