Shades of Buttercup #DB9531
Tints of Buttercup #DB9531
RGB
CMYK
RGB Variations
Color information
#DB9531 (or 0xDB9531) is known color: Buttercup. HEX triplet: DB, 95 and 31. RGB value is (219,149,49). Sum of RGB (Red+Green+Blue) = 219+149+49=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9531 is #246ACE. Grayscale: #9F9F9F. Windows color (decimal): -2386639 or 3249627. OLE color: 3249627.
HSL color Cylindrical-coordinate representation of color #DB9531: hue angle of 35.29º 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 #DB9531 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 49 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.14 |
| HSL | 35.29º | 0.7% | 0.53% | - |
| HSV(B) | 35.29º | 0.78% | 0.86% | - |
| XYZ | 40.52 | 36.78 | 7.87 | - |
| YUV | 158.53 | 66.19 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 49 | 0 | 0.32 | 0.78 | 0.14 | 35.29 | 0.7 | 0.53 |
| Hex | DB | 95 | 31 | 0 | 20 | 4E | E | 23 | 46 | 35 |
| Octal | 333 | 225 | 61 | 0 | 40 | 116 | 16 | 43 | 106 | 65 |
| Binary | 11011011 | 10010101 | 110001 | 0 | 100000 | 1001110 | 1110 | 100011 | 1000110 | 110101 |
Color Harmonies of #DB9531
Complementary color
Monochromatic Colors of #DB9531
Black with #DB9531
Text Example
Text Example
White with #DB9531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9531; }
p { color: rgb(219,149,49); }
H1.HeaderClassName
{
color: #DB9531;
}
.AnyTagClassName
{
color: #DB9531;
}
</style>
background-color css
<style>
a { background-color: #DB9531; }
a { background-color: rgb(219,149,49); }
div.DivClassName
{
background-color: #DB9531;
}
.BgClassName
{
background-color: #DB9531;
}
</style>
border-color css
<style>
span { border-color: #DB9531; }
span { border-color: rgb(219,149,49); }
td.TdClassName
{
border-color: #DB9531;
}
.TagClassName
{
border-color: #DB9531;
}
</style>