Shades of Buttercup #DB8E2F
Tints of Buttercup #DB8E2F
RGB
CMYK
RGB Variations
Color information
#DB8E2F (or 0xDB8E2F) is known color: Buttercup. HEX triplet: DB, 8E and 2F. RGB value is (219,142,47). Sum of RGB (Red+Green+Blue) = 219+142+47=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8E2F is #2471D0. Grayscale: #9A9A9A. Windows color (decimal): -2388433 or 3116763. OLE color: 3116763.
HSL color Cylindrical-coordinate representation of color #DB8E2F: hue angle of 33.14º 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 #DB8E2F is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 47 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.14 |
| HSL | 33.14º | 0.7% | 0.52% | - |
| HSV(B) | 33.14º | 0.79% | 0.86% | - |
| XYZ | 39.4 | 34.61 | 7.29 | - |
| YUV | 154.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 47 | 0 | 0.35 | 0.79 | 0.14 | 33.14 | 0.7 | 0.52 |
| Hex | DB | 8E | 2F | 0 | 23 | 4F | E | 21 | 46 | 34 |
| Octal | 333 | 216 | 57 | 0 | 43 | 117 | 16 | 41 | 106 | 64 |
| Binary | 11011011 | 10001110 | 101111 | 0 | 100011 | 1001111 | 1110 | 100001 | 1000110 | 110100 |
Color Harmonies of #DB8E2F
Complementary color
Monochromatic Colors of #DB8E2F
Black with #DB8E2F
Text Example
Text Example
White with #DB8E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E2F; }
p { color: rgb(219,142,47); }
H1.HeaderClassName
{
color: #DB8E2F;
}
.AnyTagClassName
{
color: #DB8E2F;
}
</style>
background-color css
<style>
a { background-color: #DB8E2F; }
a { background-color: rgb(219,142,47); }
div.DivClassName
{
background-color: #DB8E2F;
}
.BgClassName
{
background-color: #DB8E2F;
}
</style>
border-color css
<style>
span { border-color: #DB8E2F; }
span { border-color: rgb(219,142,47); }
td.TdClassName
{
border-color: #DB8E2F;
}
.TagClassName
{
border-color: #DB8E2F;
}
</style>