Shades of Buttercup #DB991E
Tints of Buttercup #DB991E
RGB
CMYK
RGB Variations
Color information
#DB991E (or 0xDB991E) is known color: Buttercup. HEX triplet: DB, 99 and 1E. RGB value is (219,153,30). Sum of RGB (Red+Green+Blue) = 219+153+30=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB991E is #2466E1. Grayscale: #9F9F9F. Windows color (decimal): -2385634 or 2005467. OLE color: 2005467.
HSL color Cylindrical-coordinate representation of color #DB991E: hue angle of 39.05º 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 #DB991E is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 30 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.14 |
| HSL | 39.05º | 0.76% | 0.49% | - |
| HSV(B) | 39.05º | 0.86% | 0.86% | - |
| XYZ | 40.84 | 37.94 | 6.4 | - |
| YUV | 158.71 | 55.37 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 30 | 0 | 0.30 | 0.86 | 0.14 | 39.05 | 0.76 | 0.49 |
| Hex | DB | 99 | 1E | 0 | 1E | 56 | E | 27 | 4C | 31 |
| Octal | 333 | 231 | 36 | 0 | 36 | 126 | 16 | 47 | 114 | 61 |
| Binary | 11011011 | 10011001 | 11110 | 0 | 11110 | 1010110 | 1110 | 100111 | 1001100 | 110001 |
Color Harmonies of #DB991E
Complementary color
Monochromatic Colors of #DB991E
Black with #DB991E
Text Example
Text Example
White with #DB991E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB991E; }
p { color: rgb(219,153,30); }
H1.HeaderClassName
{
color: #DB991E;
}
.AnyTagClassName
{
color: #DB991E;
}
</style>
background-color css
<style>
a { background-color: #DB991E; }
a { background-color: rgb(219,153,30); }
div.DivClassName
{
background-color: #DB991E;
}
.BgClassName
{
background-color: #DB991E;
}
</style>
border-color css
<style>
span { border-color: #DB991E; }
span { border-color: rgb(219,153,30); }
td.TdClassName
{
border-color: #DB991E;
}
.TagClassName
{
border-color: #DB991E;
}
</style>