Shades of Buttercup #DB9529
Tints of Buttercup #DB9529
RGB
CMYK
RGB Variations
Color information
#DB9529 (or 0xDB9529) is known color: Buttercup. HEX triplet: DB, 95 and 29. RGB value is (219,149,41). Sum of RGB (Red+Green+Blue) = 219+149+41=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9529 is #246AD6. Grayscale: #9E9E9E. Windows color (decimal): -2386647 or 2725339. OLE color: 2725339.
HSL color Cylindrical-coordinate representation of color #DB9529: hue angle of 36.4º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB9529 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 41 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.14 |
| HSL | 36.4º | 0.71% | 0.51% | - |
| HSV(B) | 36.4º | 0.81% | 0.86% | - |
| XYZ | 40.36 | 36.72 | 7.06 | - |
| YUV | 157.62 | 62.19 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 41 | 0 | 0.32 | 0.81 | 0.14 | 36.4 | 0.71 | 0.51 |
| Hex | DB | 95 | 29 | 0 | 20 | 51 | E | 24 | 47 | 33 |
| Octal | 333 | 225 | 51 | 0 | 40 | 121 | 16 | 44 | 107 | 63 |
| Binary | 11011011 | 10010101 | 101001 | 0 | 100000 | 1010001 | 1110 | 100100 | 1000111 | 110011 |
Color Harmonies of #DB9529
Complementary color
Monochromatic Colors of #DB9529
Black with #DB9529
Text Example
Text Example
White with #DB9529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9529; }
p { color: rgb(219,149,41); }
H1.HeaderClassName
{
color: #DB9529;
}
.AnyTagClassName
{
color: #DB9529;
}
</style>
background-color css
<style>
a { background-color: #DB9529; }
a { background-color: rgb(219,149,41); }
div.DivClassName
{
background-color: #DB9529;
}
.BgClassName
{
background-color: #DB9529;
}
</style>
border-color css
<style>
span { border-color: #DB9529; }
span { border-color: rgb(219,149,41); }
td.TdClassName
{
border-color: #DB9529;
}
.TagClassName
{
border-color: #DB9529;
}
</style>