Shades of Buttercup #DB8718
Tints of Buttercup #DB8718
RGB
CMYK
RGB Variations
Color information
#DB8718 (or 0xDB8718) is known color: Buttercup. HEX triplet: DB, 87 and 18. RGB value is (219,135,24). Sum of RGB (Red+Green+Blue) = 219+135+24=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8718 is #2478E7. Grayscale: #939393. Windows color (decimal): -2390248 or 1607643. OLE color: 1607643.
HSL color Cylindrical-coordinate representation of color #DB8718: hue angle of 34.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB8718 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 24 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.14 |
| HSL | 34.15º | 0.8% | 0.48% | - |
| HSV(B) | 34.15º | 0.89% | 0.86% | - |
| XYZ | 38.04 | 32.45 | 5.12 | - |
| YUV | 147.46 | 58.33 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 24 | 0 | 0.38 | 0.89 | 0.14 | 34.15 | 0.8 | 0.48 |
| Hex | DB | 87 | 18 | 0 | 26 | 59 | E | 22 | 50 | 30 |
| Octal | 333 | 207 | 30 | 0 | 46 | 131 | 16 | 42 | 120 | 60 |
| Binary | 11011011 | 10000111 | 11000 | 0 | 100110 | 1011001 | 1110 | 100010 | 1010000 | 110000 |
Color Harmonies of #DB8718
Complementary color
Monochromatic Colors of #DB8718
Black with #DB8718
Text Example
Text Example
White with #DB8718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8718; }
p { color: rgb(219,135,24); }
H1.HeaderClassName
{
color: #DB8718;
}
.AnyTagClassName
{
color: #DB8718;
}
</style>
background-color css
<style>
a { background-color: #DB8718; }
a { background-color: rgb(219,135,24); }
div.DivClassName
{
background-color: #DB8718;
}
.BgClassName
{
background-color: #DB8718;
}
</style>
border-color css
<style>
span { border-color: #DB8718; }
span { border-color: rgb(219,135,24); }
td.TdClassName
{
border-color: #DB8718;
}
.TagClassName
{
border-color: #DB8718;
}
</style>