Shades of Buttercup #DB9F2E
Tints of Buttercup #DB9F2E
RGB
CMYK
RGB Variations
Color information
#DB9F2E (or 0xDB9F2E) is known color: Buttercup. HEX triplet: DB, 9F and 2E. RGB value is (219,159,46). Sum of RGB (Red+Green+Blue) = 219+159+46=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9F2E is #2460D1. Grayscale: #A4A4A4. Windows color (decimal): -2384082 or 3055579. OLE color: 3055579.
HSL color Cylindrical-coordinate representation of color #DB9F2E: hue angle of 39.19º degrees, saturation: 0.71, 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 #DB9F2E is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 46 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.14 |
| HSL | 39.19º | 0.71% | 0.52% | - |
| HSV(B) | 39.19º | 0.79% | 0.86% | - |
| XYZ | 42.1 | 40.05 | 8.1 | - |
| YUV | 164.06 | 61.38 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 46 | 0 | 0.27 | 0.79 | 0.14 | 39.19 | 0.71 | 0.52 |
| Hex | DB | 9F | 2E | 0 | 1B | 4F | E | 27 | 47 | 34 |
| Octal | 333 | 237 | 56 | 0 | 33 | 117 | 16 | 47 | 107 | 64 |
| Binary | 11011011 | 10011111 | 101110 | 0 | 11011 | 1001111 | 1110 | 100111 | 1000111 | 110100 |
Color Harmonies of #DB9F2E
Complementary color
Monochromatic Colors of #DB9F2E
Black with #DB9F2E
Text Example
Text Example
White with #DB9F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F2E; }
p { color: rgb(219,159,46); }
H1.HeaderClassName
{
color: #DB9F2E;
}
.AnyTagClassName
{
color: #DB9F2E;
}
</style>
background-color css
<style>
a { background-color: #DB9F2E; }
a { background-color: rgb(219,159,46); }
div.DivClassName
{
background-color: #DB9F2E;
}
.BgClassName
{
background-color: #DB9F2E;
}
</style>
border-color css
<style>
span { border-color: #DB9F2E; }
span { border-color: rgb(219,159,46); }
td.TdClassName
{
border-color: #DB9F2E;
}
.TagClassName
{
border-color: #DB9F2E;
}
</style>