Shades of Buttercup #DB9930
Tints of Buttercup #DB9930
RGB
CMYK
RGB Variations
Color information
#DB9930 (or 0xDB9930) is known color: Buttercup. HEX triplet: DB, 99 and 30. RGB value is (219,153,48). Sum of RGB (Red+Green+Blue) = 219+153+48=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9930 is #2466CF. Grayscale: #A1A1A1. Windows color (decimal): -2385616 or 3185115. OLE color: 3185115.
HSL color Cylindrical-coordinate representation of color #DB9930: hue angle of 36.84º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB9930 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 48 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.14 |
| HSL | 36.84º | 0.7% | 0.52% | - |
| HSV(B) | 36.84º | 0.78% | 0.86% | - |
| XYZ | 41.14 | 38.06 | 7.97 | - |
| YUV | 160.76 | 64.37 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 48 | 0 | 0.30 | 0.78 | 0.14 | 36.84 | 0.7 | 0.52 |
| Hex | DB | 99 | 30 | 0 | 1E | 4E | E | 25 | 46 | 34 |
| Octal | 333 | 231 | 60 | 0 | 36 | 116 | 16 | 45 | 106 | 64 |
| Binary | 11011011 | 10011001 | 110000 | 0 | 11110 | 1001110 | 1110 | 100101 | 1000110 | 110100 |
Color Harmonies of #DB9930
Complementary color
Monochromatic Colors of #DB9930
Black with #DB9930
Text Example
Text Example
White with #DB9930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9930; }
p { color: rgb(219,153,48); }
H1.HeaderClassName
{
color: #DB9930;
}
.AnyTagClassName
{
color: #DB9930;
}
</style>
background-color css
<style>
a { background-color: #DB9930; }
a { background-color: rgb(219,153,48); }
div.DivClassName
{
background-color: #DB9930;
}
.BgClassName
{
background-color: #DB9930;
}
</style>
border-color css
<style>
span { border-color: #DB9930; }
span { border-color: rgb(219,153,48); }
td.TdClassName
{
border-color: #DB9930;
}
.TagClassName
{
border-color: #DB9930;
}
</style>