Shades of Buttercup #DB8917
Tints of Buttercup #DB8917
RGB
CMYK
RGB Variations
Color information
#DB8917 (or 0xDB8917) is known color: Buttercup. HEX triplet: DB, 89 and 17. RGB value is (219,137,23). Sum of RGB (Red+Green+Blue) = 219+137+23=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8917 is #2476E8. Grayscale: #959595. Windows color (decimal): -2389737 or 1542619. OLE color: 1542619.
HSL color Cylindrical-coordinate representation of color #DB8917: hue angle of 34.9º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB8917 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 23 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.14 |
| HSL | 34.9º | 0.81% | 0.47% | - |
| HSV(B) | 34.9º | 0.89% | 0.86% | - |
| XYZ | 38.31 | 33.01 | 5.16 | - |
| YUV | 148.52 | 57.17 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 23 | 0 | 0.37 | 0.89 | 0.14 | 34.9 | 0.81 | 0.47 |
| Hex | DB | 89 | 17 | 0 | 25 | 59 | E | 23 | 51 | 2F |
| Octal | 333 | 211 | 27 | 0 | 45 | 131 | 16 | 43 | 121 | 57 |
| Binary | 11011011 | 10001001 | 10111 | 0 | 100101 | 1011001 | 1110 | 100011 | 1010001 | 101111 |
Color Harmonies of #DB8917
Complementary color
Monochromatic Colors of #DB8917
Black with #DB8917
Text Example
Text Example
White with #DB8917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8917; }
p { color: rgb(219,137,23); }
H1.HeaderClassName
{
color: #DB8917;
}
.AnyTagClassName
{
color: #DB8917;
}
</style>
background-color css
<style>
a { background-color: #DB8917; }
a { background-color: rgb(219,137,23); }
div.DivClassName
{
background-color: #DB8917;
}
.BgClassName
{
background-color: #DB8917;
}
</style>
border-color css
<style>
span { border-color: #DB8917; }
span { border-color: rgb(219,137,23); }
td.TdClassName
{
border-color: #DB8917;
}
.TagClassName
{
border-color: #DB8917;
}
</style>