Shades of Buttercup #DB9424
Tints of Buttercup #DB9424
RGB
CMYK
RGB Variations
Color information
#DB9424 (or 0xDB9424) is known color: Buttercup. HEX triplet: DB, 94 and 24. RGB value is (219,148,36). Sum of RGB (Red+Green+Blue) = 219+148+36=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9424 is #246BDB. Grayscale: #9C9C9C. Windows color (decimal): -2386908 or 2397403. OLE color: 2397403.
HSL color Cylindrical-coordinate representation of color #DB9424: hue angle of 36.72º degrees, saturation: 0.72, 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 #DB9424 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 36 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.14 |
| HSL | 36.72º | 0.72% | 0.5% | - |
| HSV(B) | 36.72º | 0.84% | 0.86% | - |
| XYZ | 40.12 | 36.37 | 6.57 | - |
| YUV | 156.46 | 60.02 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 36 | 0 | 0.32 | 0.84 | 0.14 | 36.72 | 0.72 | 0.5 |
| Hex | DB | 94 | 24 | 0 | 20 | 54 | E | 25 | 48 | 32 |
| Octal | 333 | 224 | 44 | 0 | 40 | 124 | 16 | 45 | 110 | 62 |
| Binary | 11011011 | 10010100 | 100100 | 0 | 100000 | 1010100 | 1110 | 100101 | 1001000 | 110010 |
Color Harmonies of #DB9424
Complementary color
Monochromatic Colors of #DB9424
Black with #DB9424
Text Example
Text Example
White with #DB9424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9424; }
p { color: rgb(219,148,36); }
H1.HeaderClassName
{
color: #DB9424;
}
.AnyTagClassName
{
color: #DB9424;
}
</style>
background-color css
<style>
a { background-color: #DB9424; }
a { background-color: rgb(219,148,36); }
div.DivClassName
{
background-color: #DB9424;
}
.BgClassName
{
background-color: #DB9424;
}
</style>
border-color css
<style>
span { border-color: #DB9424; }
span { border-color: rgb(219,148,36); }
td.TdClassName
{
border-color: #DB9424;
}
.TagClassName
{
border-color: #DB9424;
}
</style>