Shades of Buttercup #DB9422
Tints of Buttercup #DB9422
RGB
CMYK
RGB Variations
Color information
#DB9422 (or 0xDB9422) is known color: Buttercup. HEX triplet: DB, 94 and 22. RGB value is (219,148,34). Sum of RGB (Red+Green+Blue) = 219+148+34=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9422 is #246BDD. Grayscale: #9C9C9C. Windows color (decimal): -2386910 or 2266331. OLE color: 2266331.
HSL color Cylindrical-coordinate representation of color #DB9422: hue angle of 36.97º 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 #DB9422 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 34 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.14 |
| HSL | 36.97º | 0.73% | 0.5% | - |
| HSV(B) | 36.97º | 0.84% | 0.86% | - |
| XYZ | 40.09 | 36.36 | 6.42 | - |
| YUV | 156.23 | 59.02 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 34 | 0 | 0.32 | 0.84 | 0.14 | 36.97 | 0.73 | 0.5 |
| Hex | DB | 94 | 22 | 0 | 20 | 54 | E | 25 | 49 | 32 |
| Octal | 333 | 224 | 42 | 0 | 40 | 124 | 16 | 45 | 111 | 62 |
| Binary | 11011011 | 10010100 | 100010 | 0 | 100000 | 1010100 | 1110 | 100101 | 1001001 | 110010 |
Color Harmonies of #DB9422
Complementary color
Monochromatic Colors of #DB9422
Black with #DB9422
Text Example
Text Example
White with #DB9422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9422; }
p { color: rgb(219,148,34); }
H1.HeaderClassName
{
color: #DB9422;
}
.AnyTagClassName
{
color: #DB9422;
}
</style>
background-color css
<style>
a { background-color: #DB9422; }
a { background-color: rgb(219,148,34); }
div.DivClassName
{
background-color: #DB9422;
}
.BgClassName
{
background-color: #DB9422;
}
</style>
border-color css
<style>
span { border-color: #DB9422; }
span { border-color: rgb(219,148,34); }
td.TdClassName
{
border-color: #DB9422;
}
.TagClassName
{
border-color: #DB9422;
}
</style>