Shades of Buttercup #DB9528
Tints of Buttercup #DB9528
RGB
CMYK
RGB Variations
Color information
#DB9528 (or 0xDB9528) is known color: Buttercup. HEX triplet: DB, 95 and 28. RGB value is (219,149,40). Sum of RGB (Red+Green+Blue) = 219+149+40=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9528 is #246AD7. Grayscale: #9E9E9E. Windows color (decimal): -2386648 or 2659803. OLE color: 2659803.
HSL color Cylindrical-coordinate representation of color #DB9528: hue angle of 36.54º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB9528 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 40 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.14 |
| HSL | 36.54º | 0.71% | 0.51% | - |
| HSV(B) | 36.54º | 0.82% | 0.86% | - |
| XYZ | 40.34 | 36.71 | 6.97 | - |
| YUV | 157.5 | 61.69 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 40 | 0 | 0.32 | 0.82 | 0.14 | 36.54 | 0.71 | 0.51 |
| Hex | DB | 95 | 28 | 0 | 20 | 52 | E | 25 | 47 | 33 |
| Octal | 333 | 225 | 50 | 0 | 40 | 122 | 16 | 45 | 107 | 63 |
| Binary | 11011011 | 10010101 | 101000 | 0 | 100000 | 1010010 | 1110 | 100101 | 1000111 | 110011 |
Color Harmonies of #DB9528
Complementary color
Monochromatic Colors of #DB9528
Black with #DB9528
Text Example
Text Example
White with #DB9528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9528; }
p { color: rgb(219,149,40); }
H1.HeaderClassName
{
color: #DB9528;
}
.AnyTagClassName
{
color: #DB9528;
}
</style>
background-color css
<style>
a { background-color: #DB9528; }
a { background-color: rgb(219,149,40); }
div.DivClassName
{
background-color: #DB9528;
}
.BgClassName
{
background-color: #DB9528;
}
</style>
border-color css
<style>
span { border-color: #DB9528; }
span { border-color: rgb(219,149,40); }
td.TdClassName
{
border-color: #DB9528;
}
.TagClassName
{
border-color: #DB9528;
}
</style>