Shades of Buttercup #DB9324
Tints of Buttercup #DB9324
RGB
CMYK
RGB Variations
Color information
#DB9324 (or 0xDB9324) is known color: Buttercup. HEX triplet: DB, 93 and 24. RGB value is (219,147,36). Sum of RGB (Red+Green+Blue) = 219+147+36=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9324 is #246CDB. Grayscale: #9C9C9C. Windows color (decimal): -2387164 or 2397147. OLE color: 2397147.
HSL color Cylindrical-coordinate representation of color #DB9324: hue angle of 36.39º 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 #DB9324 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 36 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.14 |
| HSL | 36.39º | 0.72% | 0.5% | - |
| HSV(B) | 36.39º | 0.84% | 0.86% | - |
| XYZ | 39.97 | 36.05 | 6.52 | - |
| YUV | 155.87 | 60.35 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 36 | 0 | 0.33 | 0.84 | 0.14 | 36.39 | 0.72 | 0.5 |
| Hex | DB | 93 | 24 | 0 | 21 | 54 | E | 24 | 48 | 32 |
| Octal | 333 | 223 | 44 | 0 | 41 | 124 | 16 | 44 | 110 | 62 |
| Binary | 11011011 | 10010011 | 100100 | 0 | 100001 | 1010100 | 1110 | 100100 | 1001000 | 110010 |
Color Harmonies of #DB9324
Complementary color
Monochromatic Colors of #DB9324
Black with #DB9324
Text Example
Text Example
White with #DB9324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9324; }
p { color: rgb(219,147,36); }
H1.HeaderClassName
{
color: #DB9324;
}
.AnyTagClassName
{
color: #DB9324;
}
</style>
background-color css
<style>
a { background-color: #DB9324; }
a { background-color: rgb(219,147,36); }
div.DivClassName
{
background-color: #DB9324;
}
.BgClassName
{
background-color: #DB9324;
}
</style>
border-color css
<style>
span { border-color: #DB9324; }
span { border-color: rgb(219,147,36); }
td.TdClassName
{
border-color: #DB9324;
}
.TagClassName
{
border-color: #DB9324;
}
</style>