Shades of Buttercup #DB912F
Tints of Buttercup #DB912F
RGB
CMYK
RGB Variations
Color information
#DB912F (or 0xDB912F) is known color: Buttercup. HEX triplet: DB, 91 and 2F. RGB value is (219,145,47). Sum of RGB (Red+Green+Blue) = 219+145+47=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB912F is #246ED0. Grayscale: #9C9C9C. Windows color (decimal): -2387665 or 3117531. OLE color: 3117531.
HSL color Cylindrical-coordinate representation of color #DB912F: hue angle of 34.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB912F is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 47 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.14 |
| HSL | 34.19º | 0.7% | 0.52% | - |
| HSV(B) | 34.19º | 0.79% | 0.86% | - |
| XYZ | 39.85 | 35.52 | 7.44 | - |
| YUV | 155.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 47 | 0 | 0.34 | 0.79 | 0.14 | 34.19 | 0.7 | 0.52 |
| Hex | DB | 91 | 2F | 0 | 22 | 4F | E | 22 | 46 | 34 |
| Octal | 333 | 221 | 57 | 0 | 42 | 117 | 16 | 42 | 106 | 64 |
| Binary | 11011011 | 10010001 | 101111 | 0 | 100010 | 1001111 | 1110 | 100010 | 1000110 | 110100 |
Color Harmonies of #DB912F
Complementary color
Monochromatic Colors of #DB912F
Black with #DB912F
Text Example
Text Example
White with #DB912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB912F; }
p { color: rgb(219,145,47); }
H1.HeaderClassName
{
color: #DB912F;
}
.AnyTagClassName
{
color: #DB912F;
}
</style>
background-color css
<style>
a { background-color: #DB912F; }
a { background-color: rgb(219,145,47); }
div.DivClassName
{
background-color: #DB912F;
}
.BgClassName
{
background-color: #DB912F;
}
</style>
border-color css
<style>
span { border-color: #DB912F; }
span { border-color: rgb(219,145,47); }
td.TdClassName
{
border-color: #DB912F;
}
.TagClassName
{
border-color: #DB912F;
}
</style>