Shades of Buttercup #DB9A30
Tints of Buttercup #DB9A30
RGB
CMYK
RGB Variations
Color information
#DB9A30 (or 0xDB9A30) is known color: Buttercup. HEX triplet: DB, 9A and 30. RGB value is (219,154,48). Sum of RGB (Red+Green+Blue) = 219+154+48=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9A30 is #2465CF. Grayscale: #A1A1A1. Windows color (decimal): -2385360 or 3185371. OLE color: 3185371.
HSL color Cylindrical-coordinate representation of color #DB9A30: hue angle of 37.19º 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 #DB9A30 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 48 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.14 |
| HSL | 37.19º | 0.7% | 0.52% | - |
| HSV(B) | 37.19º | 0.78% | 0.86% | - |
| XYZ | 41.3 | 38.38 | 8.03 | - |
| YUV | 161.35 | 64.03 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 48 | 0 | 0.30 | 0.78 | 0.14 | 37.19 | 0.7 | 0.52 |
| Hex | DB | 9A | 30 | 0 | 1E | 4E | E | 25 | 46 | 34 |
| Octal | 333 | 232 | 60 | 0 | 36 | 116 | 16 | 45 | 106 | 64 |
| Binary | 11011011 | 10011010 | 110000 | 0 | 11110 | 1001110 | 1110 | 100101 | 1000110 | 110100 |
Color Harmonies of #DB9A30
Complementary color
Monochromatic Colors of #DB9A30
Black with #DB9A30
Text Example
Text Example
White with #DB9A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A30; }
p { color: rgb(219,154,48); }
H1.HeaderClassName
{
color: #DB9A30;
}
.AnyTagClassName
{
color: #DB9A30;
}
</style>
background-color css
<style>
a { background-color: #DB9A30; }
a { background-color: rgb(219,154,48); }
div.DivClassName
{
background-color: #DB9A30;
}
.BgClassName
{
background-color: #DB9A30;
}
</style>
border-color css
<style>
span { border-color: #DB9A30; }
span { border-color: rgb(219,154,48); }
td.TdClassName
{
border-color: #DB9A30;
}
.TagClassName
{
border-color: #DB9A30;
}
</style>