Shades of Buttercup #DB8D2E
Tints of Buttercup #DB8D2E
RGB
CMYK
RGB Variations
Color information
#DB8D2E (or 0xDB8D2E) is known color: Buttercup. HEX triplet: DB, 8D and 2E. RGB value is (219,141,46). Sum of RGB (Red+Green+Blue) = 219+141+46=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8D2E is #2472D1. Grayscale: #999999. Windows color (decimal): -2388690 or 3050971. OLE color: 3050971.
HSL color Cylindrical-coordinate representation of color #DB8D2E: hue angle of 32.95º 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 #DB8D2E is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 46 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.14 |
| HSL | 32.95º | 0.71% | 0.52% | - |
| HSV(B) | 32.95º | 0.79% | 0.86% | - |
| XYZ | 39.23 | 34.31 | 7.14 | - |
| YUV | 153.49 | 67.34 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 46 | 0 | 0.36 | 0.79 | 0.14 | 32.95 | 0.71 | 0.52 |
| Hex | DB | 8D | 2E | 0 | 24 | 4F | E | 21 | 47 | 34 |
| Octal | 333 | 215 | 56 | 0 | 44 | 117 | 16 | 41 | 107 | 64 |
| Binary | 11011011 | 10001101 | 101110 | 0 | 100100 | 1001111 | 1110 | 100001 | 1000111 | 110100 |
Color Harmonies of #DB8D2E
Complementary color
Monochromatic Colors of #DB8D2E
Black with #DB8D2E
Text Example
Text Example
White with #DB8D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D2E; }
p { color: rgb(219,141,46); }
H1.HeaderClassName
{
color: #DB8D2E;
}
.AnyTagClassName
{
color: #DB8D2E;
}
</style>
background-color css
<style>
a { background-color: #DB8D2E; }
a { background-color: rgb(219,141,46); }
div.DivClassName
{
background-color: #DB8D2E;
}
.BgClassName
{
background-color: #DB8D2E;
}
</style>
border-color css
<style>
span { border-color: #DB8D2E; }
span { border-color: rgb(219,141,46); }
td.TdClassName
{
border-color: #DB8D2E;
}
.TagClassName
{
border-color: #DB8D2E;
}
</style>