Shades of Buttercup #DB9131
Tints of Buttercup #DB9131
RGB
CMYK
RGB Variations
Color information
#DB9131 (or 0xDB9131) is known color: Buttercup. HEX triplet: DB, 91 and 31. RGB value is (219,145,49). Sum of RGB (Red+Green+Blue) = 219+145+49=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9131 is #246ECE. Grayscale: #9C9C9C. Windows color (decimal): -2387663 or 3248603. OLE color: 3248603.
HSL color Cylindrical-coordinate representation of color #DB9131: hue angle of 33.88º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB9131 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 49 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.14 |
| HSL | 33.88º | 0.7% | 0.53% | - |
| HSV(B) | 33.88º | 0.78% | 0.86% | - |
| XYZ | 39.89 | 35.53 | 7.66 | - |
| YUV | 156.18 | 67.52 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 49 | 0 | 0.34 | 0.78 | 0.14 | 33.88 | 0.7 | 0.53 |
| Hex | DB | 91 | 31 | 0 | 22 | 4E | E | 22 | 46 | 35 |
| Octal | 333 | 221 | 61 | 0 | 42 | 116 | 16 | 42 | 106 | 65 |
| Binary | 11011011 | 10010001 | 110001 | 0 | 100010 | 1001110 | 1110 | 100010 | 1000110 | 110101 |
Color Harmonies of #DB9131
Complementary color
Monochromatic Colors of #DB9131
Black with #DB9131
Text Example
Text Example
White with #DB9131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9131; }
p { color: rgb(219,145,49); }
H1.HeaderClassName
{
color: #DB9131;
}
.AnyTagClassName
{
color: #DB9131;
}
</style>
background-color css
<style>
a { background-color: #DB9131; }
a { background-color: rgb(219,145,49); }
div.DivClassName
{
background-color: #DB9131;
}
.BgClassName
{
background-color: #DB9131;
}
</style>
border-color css
<style>
span { border-color: #DB9131; }
span { border-color: rgb(219,145,49); }
td.TdClassName
{
border-color: #DB9131;
}
.TagClassName
{
border-color: #DB9131;
}
</style>