Shades of Buttercup #DB8624
Tints of Buttercup #DB8624
RGB
CMYK
RGB Variations
Color information
#DB8624 (or 0xDB8624) is known color: Buttercup. HEX triplet: DB, 86 and 24. RGB value is (219,134,36). Sum of RGB (Red+Green+Blue) = 219+134+36=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8624 is #2479DB. Grayscale: #949494. Windows color (decimal): -2390492 or 2393819. OLE color: 2393819.
HSL color Cylindrical-coordinate representation of color #DB8624: hue angle of 32.13º 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 #DB8624 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 36 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.14 |
| HSL | 32.13º | 0.72% | 0.5% | - |
| HSV(B) | 32.13º | 0.84% | 0.86% | - |
| XYZ | 38.06 | 32.24 | 5.89 | - |
| YUV | 148.24 | 64.66 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 36 | 0 | 0.39 | 0.84 | 0.14 | 32.13 | 0.72 | 0.5 |
| Hex | DB | 86 | 24 | 0 | 27 | 54 | E | 20 | 48 | 32 |
| Octal | 333 | 206 | 44 | 0 | 47 | 124 | 16 | 40 | 110 | 62 |
| Binary | 11011011 | 10000110 | 100100 | 0 | 100111 | 1010100 | 1110 | 100000 | 1001000 | 110010 |
Color Harmonies of #DB8624
Complementary color
Monochromatic Colors of #DB8624
Black with #DB8624
Text Example
Text Example
White with #DB8624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8624; }
p { color: rgb(219,134,36); }
H1.HeaderClassName
{
color: #DB8624;
}
.AnyTagClassName
{
color: #DB8624;
}
</style>
background-color css
<style>
a { background-color: #DB8624; }
a { background-color: rgb(219,134,36); }
div.DivClassName
{
background-color: #DB8624;
}
.BgClassName
{
background-color: #DB8624;
}
</style>
border-color css
<style>
span { border-color: #DB8624; }
span { border-color: rgb(219,134,36); }
td.TdClassName
{
border-color: #DB8624;
}
.TagClassName
{
border-color: #DB8624;
}
</style>