Shades of Buttercup #DB8E1E
Tints of Buttercup #DB8E1E
RGB
CMYK
RGB Variations
Color information
#DB8E1E (or 0xDB8E1E) is known color: Buttercup. HEX triplet: DB, 8E and 1E. RGB value is (219,142,30). Sum of RGB (Red+Green+Blue) = 219+142+30=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8E1E is #2471E1. Grayscale: #989898. Windows color (decimal): -2388450 or 2002651. OLE color: 2002651.
HSL color Cylindrical-coordinate representation of color #DB8E1E: hue angle of 35.56º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB8E1E is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 30 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.14 |
| HSL | 35.56º | 0.76% | 0.49% | - |
| HSV(B) | 35.56º | 0.86% | 0.86% | - |
| XYZ | 39.12 | 34.5 | 5.83 | - |
| YUV | 152.26 | 59.01 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 30 | 0 | 0.35 | 0.86 | 0.14 | 35.56 | 0.76 | 0.49 |
| Hex | DB | 8E | 1E | 0 | 23 | 56 | E | 24 | 4C | 31 |
| Octal | 333 | 216 | 36 | 0 | 43 | 126 | 16 | 44 | 114 | 61 |
| Binary | 11011011 | 10001110 | 11110 | 0 | 100011 | 1010110 | 1110 | 100100 | 1001100 | 110001 |
Color Harmonies of #DB8E1E
Complementary color
Monochromatic Colors of #DB8E1E
Black with #DB8E1E
Text Example
Text Example
White with #DB8E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E1E; }
p { color: rgb(219,142,30); }
H1.HeaderClassName
{
color: #DB8E1E;
}
.AnyTagClassName
{
color: #DB8E1E;
}
</style>
background-color css
<style>
a { background-color: #DB8E1E; }
a { background-color: rgb(219,142,30); }
div.DivClassName
{
background-color: #DB8E1E;
}
.BgClassName
{
background-color: #DB8E1E;
}
</style>
border-color css
<style>
span { border-color: #DB8E1E; }
span { border-color: rgb(219,142,30); }
td.TdClassName
{
border-color: #DB8E1E;
}
.TagClassName
{
border-color: #DB8E1E;
}
</style>