Shades of Buttercup #DB8916
Tints of Buttercup #DB8916
RGB
CMYK
RGB Variations
Color information
#DB8916 (or 0xDB8916) is known color: Buttercup. HEX triplet: DB, 89 and 16. RGB value is (219,137,22). Sum of RGB (Red+Green+Blue) = 219+137+22=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8916 is #2476E9. Grayscale: #949494. Windows color (decimal): -2389738 or 1477083. OLE color: 1477083.
HSL color Cylindrical-coordinate representation of color #DB8916: hue angle of 35.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB8916 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 22 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.14 |
| HSL | 35.03º | 0.82% | 0.47% | - |
| HSV(B) | 35.03º | 0.9% | 0.86% | - |
| XYZ | 38.3 | 33.01 | 5.11 | - |
| YUV | 148.41 | 56.67 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 22 | 0 | 0.37 | 0.90 | 0.14 | 35.03 | 0.82 | 0.47 |
| Hex | DB | 89 | 16 | 0 | 25 | 5A | E | 23 | 52 | 2F |
| Octal | 333 | 211 | 26 | 0 | 45 | 132 | 16 | 43 | 122 | 57 |
| Binary | 11011011 | 10001001 | 10110 | 0 | 100101 | 1011010 | 1110 | 100011 | 1010010 | 101111 |
Color Harmonies of #DB8916
Complementary color
Monochromatic Colors of #DB8916
Black with #DB8916
Text Example
Text Example
White with #DB8916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8916; }
p { color: rgb(219,137,22); }
H1.HeaderClassName
{
color: #DB8916;
}
.AnyTagClassName
{
color: #DB8916;
}
</style>
background-color css
<style>
a { background-color: #DB8916; }
a { background-color: rgb(219,137,22); }
div.DivClassName
{
background-color: #DB8916;
}
.BgClassName
{
background-color: #DB8916;
}
</style>
border-color css
<style>
span { border-color: #DB8916; }
span { border-color: rgb(219,137,22); }
td.TdClassName
{
border-color: #DB8916;
}
.TagClassName
{
border-color: #DB8916;
}
</style>