Shades of Buttercup #DB911B
Tints of Buttercup #DB911B
RGB
CMYK
RGB Variations
Color information
#DB911B (or 0xDB911B) is known color: Buttercup. HEX triplet: DB, 91 and 1B. RGB value is (219,145,27). Sum of RGB (Red+Green+Blue) = 219+145+27=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB911B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB911B is #246EE4. Grayscale: #9A9A9A. Windows color (decimal): -2387685 or 1806811. OLE color: 1806811.
HSL color Cylindrical-coordinate representation of color #DB911B: hue angle of 36.88º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB911B is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 27 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.14 |
| HSL | 36.88º | 0.78% | 0.48% | - |
| HSV(B) | 36.88º | 0.88% | 0.86% | - |
| XYZ | 39.54 | 35.39 | 5.78 | - |
| YUV | 153.67 | 56.52 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 27 | 0 | 0.34 | 0.88 | 0.14 | 36.88 | 0.78 | 0.48 |
| Hex | DB | 91 | 1B | 0 | 22 | 58 | E | 25 | 4E | 30 |
| Octal | 333 | 221 | 33 | 0 | 42 | 130 | 16 | 45 | 116 | 60 |
| Binary | 11011011 | 10010001 | 11011 | 0 | 100010 | 1011000 | 1110 | 100101 | 1001110 | 110000 |
Color Harmonies of #DB911B
Complementary color
Monochromatic Colors of #DB911B
Black with #DB911B
Text Example
Text Example
White with #DB911B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB911B; }
p { color: rgb(219,145,27); }
H1.HeaderClassName
{
color: #DB911B;
}
.AnyTagClassName
{
color: #DB911B;
}
</style>
background-color css
<style>
a { background-color: #DB911B; }
a { background-color: rgb(219,145,27); }
div.DivClassName
{
background-color: #DB911B;
}
.BgClassName
{
background-color: #DB911B;
}
</style>
border-color css
<style>
span { border-color: #DB911B; }
span { border-color: rgb(219,145,27); }
td.TdClassName
{
border-color: #DB911B;
}
.TagClassName
{
border-color: #DB911B;
}
</style>