Shades of Buttercup #DB911E
Tints of Buttercup #DB911E
RGB
CMYK
RGB Variations
Color information
#DB911E (or 0xDB911E) is known color: Buttercup. HEX triplet: DB, 91 and 1E. RGB value is (219,145,30). Sum of RGB (Red+Green+Blue) = 219+145+30=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB911E is #246EE1. Grayscale: #9A9A9A. Windows color (decimal): -2387682 or 2003419. OLE color: 2003419.
HSL color Cylindrical-coordinate representation of color #DB911E: hue angle of 36.51º 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 #DB911E is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 30 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.14 |
| HSL | 36.51º | 0.76% | 0.49% | - |
| HSV(B) | 36.51º | 0.86% | 0.86% | - |
| XYZ | 39.57 | 35.4 | 5.98 | - |
| YUV | 154.02 | 58.02 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 30 | 0 | 0.34 | 0.86 | 0.14 | 36.51 | 0.76 | 0.49 |
| Hex | DB | 91 | 1E | 0 | 22 | 56 | E | 25 | 4C | 31 |
| Octal | 333 | 221 | 36 | 0 | 42 | 126 | 16 | 45 | 114 | 61 |
| Binary | 11011011 | 10010001 | 11110 | 0 | 100010 | 1010110 | 1110 | 100101 | 1001100 | 110001 |
Color Harmonies of #DB911E
Complementary color
Monochromatic Colors of #DB911E
Black with #DB911E
Text Example
Text Example
White with #DB911E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB911E; }
p { color: rgb(219,145,30); }
H1.HeaderClassName
{
color: #DB911E;
}
.AnyTagClassName
{
color: #DB911E;
}
</style>
background-color css
<style>
a { background-color: #DB911E; }
a { background-color: rgb(219,145,30); }
div.DivClassName
{
background-color: #DB911E;
}
.BgClassName
{
background-color: #DB911E;
}
</style>
border-color css
<style>
span { border-color: #DB911E; }
span { border-color: rgb(219,145,30); }
td.TdClassName
{
border-color: #DB911E;
}
.TagClassName
{
border-color: #DB911E;
}
</style>