Shades of Buttercup #DB9221
Tints of Buttercup #DB9221
RGB
CMYK
RGB Variations
Color information
#DB9221 (or 0xDB9221) is known color: Buttercup. HEX triplet: DB, 92 and 21. RGB value is (219,146,33). Sum of RGB (Red+Green+Blue) = 219+146+33=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9221 is #246DDE. Grayscale: #9B9B9B. Windows color (decimal): -2387423 or 2200283. OLE color: 2200283.
HSL color Cylindrical-coordinate representation of color #DB9221: hue angle of 36.45º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB9221 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 33 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.14 |
| HSL | 36.45º | 0.74% | 0.49% | - |
| HSV(B) | 36.45º | 0.85% | 0.86% | - |
| XYZ | 39.77 | 35.73 | 6.24 | - |
| YUV | 154.95 | 59.18 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 33 | 0 | 0.33 | 0.85 | 0.14 | 36.45 | 0.74 | 0.49 |
| Hex | DB | 92 | 21 | 0 | 21 | 55 | E | 24 | 4A | 31 |
| Octal | 333 | 222 | 41 | 0 | 41 | 125 | 16 | 44 | 112 | 61 |
| Binary | 11011011 | 10010010 | 100001 | 0 | 100001 | 1010101 | 1110 | 100100 | 1001010 | 110001 |
Color Harmonies of #DB9221
Complementary color
Monochromatic Colors of #DB9221
Black with #DB9221
Text Example
Text Example
White with #DB9221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9221; }
p { color: rgb(219,146,33); }
H1.HeaderClassName
{
color: #DB9221;
}
.AnyTagClassName
{
color: #DB9221;
}
</style>
background-color css
<style>
a { background-color: #DB9221; }
a { background-color: rgb(219,146,33); }
div.DivClassName
{
background-color: #DB9221;
}
.BgClassName
{
background-color: #DB9221;
}
</style>
border-color css
<style>
span { border-color: #DB9221; }
span { border-color: rgb(219,146,33); }
td.TdClassName
{
border-color: #DB9221;
}
.TagClassName
{
border-color: #DB9221;
}
</style>