Shades of Buttercup #DB8924
Tints of Buttercup #DB8924
RGB
CMYK
RGB Variations
Color information
#DB8924 (or 0xDB8924) is known color: Buttercup. HEX triplet: DB, 89 and 24. RGB value is (219,137,36). Sum of RGB (Red+Green+Blue) = 219+137+36=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8924 is #2476DB. Grayscale: #969696. Windows color (decimal): -2389724 or 2394587. OLE color: 2394587.
HSL color Cylindrical-coordinate representation of color #DB8924: hue angle of 33.11º 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 #DB8924 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 36 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.14 |
| HSL | 33.11º | 0.72% | 0.5% | - |
| HSV(B) | 33.11º | 0.84% | 0.86% | - |
| XYZ | 38.48 | 33.08 | 6.03 | - |
| YUV | 150 | 63.67 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 36 | 0 | 0.37 | 0.84 | 0.14 | 33.11 | 0.72 | 0.5 |
| Hex | DB | 89 | 24 | 0 | 25 | 54 | E | 21 | 48 | 32 |
| Octal | 333 | 211 | 44 | 0 | 45 | 124 | 16 | 41 | 110 | 62 |
| Binary | 11011011 | 10001001 | 100100 | 0 | 100101 | 1010100 | 1110 | 100001 | 1001000 | 110010 |
Color Harmonies of #DB8924
Complementary color
Monochromatic Colors of #DB8924
Black with #DB8924
Text Example
Text Example
White with #DB8924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8924; }
p { color: rgb(219,137,36); }
H1.HeaderClassName
{
color: #DB8924;
}
.AnyTagClassName
{
color: #DB8924;
}
</style>
background-color css
<style>
a { background-color: #DB8924; }
a { background-color: rgb(219,137,36); }
div.DivClassName
{
background-color: #DB8924;
}
.BgClassName
{
background-color: #DB8924;
}
</style>
border-color css
<style>
span { border-color: #DB8924; }
span { border-color: rgb(219,137,36); }
td.TdClassName
{
border-color: #DB8924;
}
.TagClassName
{
border-color: #DB8924;
}
</style>