Shades of Buttercup #DB9E2F
Tints of Buttercup #DB9E2F
RGB
CMYK
RGB Variations
Color information
#DB9E2F (or 0xDB9E2F) is known color: Buttercup. HEX triplet: DB, 9E and 2F. RGB value is (219,158,47). Sum of RGB (Red+Green+Blue) = 219+158+47=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9E2F is #2461D0. Grayscale: #A4A4A4. Windows color (decimal): -2384337 or 3120859. OLE color: 3120859.
HSL color Cylindrical-coordinate representation of color #DB9E2F: hue angle of 38.72º 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 #DB9E2F is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 47 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.14 |
| HSL | 38.72º | 0.7% | 0.52% | - |
| HSV(B) | 38.72º | 0.79% | 0.86% | - |
| XYZ | 41.95 | 39.72 | 8.14 | - |
| YUV | 163.59 | 62.21 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 47 | 0 | 0.28 | 0.79 | 0.14 | 38.72 | 0.7 | 0.52 |
| Hex | DB | 9E | 2F | 0 | 1C | 4F | E | 27 | 46 | 34 |
| Octal | 333 | 236 | 57 | 0 | 34 | 117 | 16 | 47 | 106 | 64 |
| Binary | 11011011 | 10011110 | 101111 | 0 | 11100 | 1001111 | 1110 | 100111 | 1000110 | 110100 |
Color Harmonies of #DB9E2F
Complementary color
Monochromatic Colors of #DB9E2F
Black with #DB9E2F
Text Example
Text Example
White with #DB9E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E2F; }
p { color: rgb(219,158,47); }
H1.HeaderClassName
{
color: #DB9E2F;
}
.AnyTagClassName
{
color: #DB9E2F;
}
</style>
background-color css
<style>
a { background-color: #DB9E2F; }
a { background-color: rgb(219,158,47); }
div.DivClassName
{
background-color: #DB9E2F;
}
.BgClassName
{
background-color: #DB9E2F;
}
</style>
border-color css
<style>
span { border-color: #DB9E2F; }
span { border-color: rgb(219,158,47); }
td.TdClassName
{
border-color: #DB9E2F;
}
.TagClassName
{
border-color: #DB9E2F;
}
</style>