Shades of Buttercup #DB9624
Tints of Buttercup #DB9624
RGB
CMYK
RGB Variations
Color information
#DB9624 (or 0xDB9624) is known color: Buttercup. HEX triplet: DB, 96 and 24. RGB value is (219,150,36). Sum of RGB (Red+Green+Blue) = 219+150+36=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9624 is #2469DB. Grayscale: #9E9E9E. Windows color (decimal): -2386396 or 2397915. OLE color: 2397915.
HSL color Cylindrical-coordinate representation of color #DB9624: hue angle of 37.38º 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 #DB9624 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 36 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.14 |
| HSL | 37.38º | 0.72% | 0.5% | - |
| HSV(B) | 37.38º | 0.84% | 0.86% | - |
| XYZ | 40.44 | 37 | 6.68 | - |
| YUV | 157.64 | 59.36 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 36 | 0 | 0.32 | 0.84 | 0.14 | 37.38 | 0.72 | 0.5 |
| Hex | DB | 96 | 24 | 0 | 20 | 54 | E | 25 | 48 | 32 |
| Octal | 333 | 226 | 44 | 0 | 40 | 124 | 16 | 45 | 110 | 62 |
| Binary | 11011011 | 10010110 | 100100 | 0 | 100000 | 1010100 | 1110 | 100101 | 1001000 | 110010 |
Color Harmonies of #DB9624
Complementary color
Monochromatic Colors of #DB9624
Black with #DB9624
Text Example
Text Example
White with #DB9624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9624; }
p { color: rgb(219,150,36); }
H1.HeaderClassName
{
color: #DB9624;
}
.AnyTagClassName
{
color: #DB9624;
}
</style>
background-color css
<style>
a { background-color: #DB9624; }
a { background-color: rgb(219,150,36); }
div.DivClassName
{
background-color: #DB9624;
}
.BgClassName
{
background-color: #DB9624;
}
</style>
border-color css
<style>
span { border-color: #DB9624; }
span { border-color: rgb(219,150,36); }
td.TdClassName
{
border-color: #DB9624;
}
.TagClassName
{
border-color: #DB9624;
}
</style>