Shades of Buttercup #DB9222
Tints of Buttercup #DB9222
RGB
CMYK
RGB Variations
Color information
#DB9222 (or 0xDB9222) is known color: Buttercup. HEX triplet: DB, 92 and 22. RGB value is (219,146,34). Sum of RGB (Red+Green+Blue) = 219+146+34=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9222 is #246DDD. Grayscale: #9B9B9B. Windows color (decimal): -2387422 or 2265819. OLE color: 2265819.
HSL color Cylindrical-coordinate representation of color #DB9222: hue angle of 36.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB9222 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 34 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.14 |
| HSL | 36.32º | 0.73% | 0.5% | - |
| HSV(B) | 36.32º | 0.84% | 0.86% | - |
| XYZ | 39.78 | 35.73 | 6.31 | - |
| YUV | 155.06 | 59.68 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 34 | 0 | 0.33 | 0.84 | 0.14 | 36.32 | 0.73 | 0.5 |
| Hex | DB | 92 | 22 | 0 | 21 | 54 | E | 24 | 49 | 32 |
| Octal | 333 | 222 | 42 | 0 | 41 | 124 | 16 | 44 | 111 | 62 |
| Binary | 11011011 | 10010010 | 100010 | 0 | 100001 | 1010100 | 1110 | 100100 | 1001001 | 110010 |
Color Harmonies of #DB9222
Complementary color
Monochromatic Colors of #DB9222
Black with #DB9222
Text Example
Text Example
White with #DB9222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9222; }
p { color: rgb(219,146,34); }
H1.HeaderClassName
{
color: #DB9222;
}
.AnyTagClassName
{
color: #DB9222;
}
</style>
background-color css
<style>
a { background-color: #DB9222; }
a { background-color: rgb(219,146,34); }
div.DivClassName
{
background-color: #DB9222;
}
.BgClassName
{
background-color: #DB9222;
}
</style>
border-color css
<style>
span { border-color: #DB9222; }
span { border-color: rgb(219,146,34); }
td.TdClassName
{
border-color: #DB9222;
}
.TagClassName
{
border-color: #DB9222;
}
</style>