Shades of Buttercup #DB9B30
Tints of Buttercup #DB9B30
RGB
CMYK
RGB Variations
Color information
#DB9B30 (or 0xDB9B30) is known color: Buttercup. HEX triplet: DB, 9B and 30. RGB value is (219,155,48). Sum of RGB (Red+Green+Blue) = 219+155+48=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9B30 is #2464CF. Grayscale: #A2A2A2. Windows color (decimal): -2385104 or 3185627. OLE color: 3185627.
HSL color Cylindrical-coordinate representation of color #DB9B30: hue angle of 37.54º 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 #DB9B30 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 48 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.14 |
| HSL | 37.54º | 0.7% | 0.52% | - |
| HSV(B) | 37.54º | 0.78% | 0.86% | - |
| XYZ | 41.47 | 38.72 | 8.08 | - |
| YUV | 161.94 | 63.7 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 48 | 0 | 0.29 | 0.78 | 0.14 | 37.54 | 0.7 | 0.52 |
| Hex | DB | 9B | 30 | 0 | 1D | 4E | E | 26 | 46 | 34 |
| Octal | 333 | 233 | 60 | 0 | 35 | 116 | 16 | 46 | 106 | 64 |
| Binary | 11011011 | 10011011 | 110000 | 0 | 11101 | 1001110 | 1110 | 100110 | 1000110 | 110100 |
Color Harmonies of #DB9B30
Complementary color
Monochromatic Colors of #DB9B30
Black with #DB9B30
Text Example
Text Example
White with #DB9B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B30; }
p { color: rgb(219,155,48); }
H1.HeaderClassName
{
color: #DB9B30;
}
.AnyTagClassName
{
color: #DB9B30;
}
</style>
background-color css
<style>
a { background-color: #DB9B30; }
a { background-color: rgb(219,155,48); }
div.DivClassName
{
background-color: #DB9B30;
}
.BgClassName
{
background-color: #DB9B30;
}
</style>
border-color css
<style>
span { border-color: #DB9B30; }
span { border-color: rgb(219,155,48); }
td.TdClassName
{
border-color: #DB9B30;
}
.TagClassName
{
border-color: #DB9B30;
}
</style>