Shades of Buttercup #DB9F2C
Tints of Buttercup #DB9F2C
RGB
CMYK
RGB Variations
Color information
#DB9F2C (or 0xDB9F2C) is known color: Buttercup. HEX triplet: DB, 9F and 2C. RGB value is (219,159,44). Sum of RGB (Red+Green+Blue) = 219+159+44=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9F2C is #2460D3. Grayscale: #A4A4A4. Windows color (decimal): -2384084 or 2924507. OLE color: 2924507.
HSL color Cylindrical-coordinate representation of color #DB9F2C: hue angle of 39.43º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB9F2C is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 44 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.14 |
| HSL | 39.43º | 0.71% | 0.52% | - |
| HSV(B) | 39.43º | 0.8% | 0.86% | - |
| XYZ | 42.07 | 40.04 | 7.89 | - |
| YUV | 163.83 | 60.38 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 44 | 0 | 0.27 | 0.80 | 0.14 | 39.43 | 0.71 | 0.52 |
| Hex | DB | 9F | 2C | 0 | 1B | 50 | E | 27 | 47 | 34 |
| Octal | 333 | 237 | 54 | 0 | 33 | 120 | 16 | 47 | 107 | 64 |
| Binary | 11011011 | 10011111 | 101100 | 0 | 11011 | 1010000 | 1110 | 100111 | 1000111 | 110100 |
Color Harmonies of #DB9F2C
Complementary color
Monochromatic Colors of #DB9F2C
Black with #DB9F2C
Text Example
Text Example
White with #DB9F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F2C; }
p { color: rgb(219,159,44); }
H1.HeaderClassName
{
color: #DB9F2C;
}
.AnyTagClassName
{
color: #DB9F2C;
}
</style>
background-color css
<style>
a { background-color: #DB9F2C; }
a { background-color: rgb(219,159,44); }
div.DivClassName
{
background-color: #DB9F2C;
}
.BgClassName
{
background-color: #DB9F2C;
}
</style>
border-color css
<style>
span { border-color: #DB9F2C; }
span { border-color: rgb(219,159,44); }
td.TdClassName
{
border-color: #DB9F2C;
}
.TagClassName
{
border-color: #DB9F2C;
}
</style>