Shades of Buttercup #DB8E2D
Tints of Buttercup #DB8E2D
RGB
CMYK
RGB Variations
Color information
#DB8E2D (or 0xDB8E2D) is known color: Buttercup. HEX triplet: DB, 8E and 2D. RGB value is (219,142,45). Sum of RGB (Red+Green+Blue) = 219+142+45=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8E2D is #2471D2. Grayscale: #9A9A9A. Windows color (decimal): -2388435 or 2985691. OLE color: 2985691.
HSL color Cylindrical-coordinate representation of color #DB8E2D: hue angle of 33.45º 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 #DB8E2D is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 45 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.14 |
| HSL | 33.45º | 0.71% | 0.52% | - |
| HSV(B) | 33.45º | 0.79% | 0.86% | - |
| XYZ | 39.36 | 34.6 | 7.09 | - |
| YUV | 153.97 | 66.51 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 45 | 0 | 0.35 | 0.79 | 0.14 | 33.45 | 0.71 | 0.52 |
| Hex | DB | 8E | 2D | 0 | 23 | 4F | E | 21 | 47 | 34 |
| Octal | 333 | 216 | 55 | 0 | 43 | 117 | 16 | 41 | 107 | 64 |
| Binary | 11011011 | 10001110 | 101101 | 0 | 100011 | 1001111 | 1110 | 100001 | 1000111 | 110100 |
Color Harmonies of #DB8E2D
Complementary color
Monochromatic Colors of #DB8E2D
Black with #DB8E2D
Text Example
Text Example
White with #DB8E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E2D; }
p { color: rgb(219,142,45); }
H1.HeaderClassName
{
color: #DB8E2D;
}
.AnyTagClassName
{
color: #DB8E2D;
}
</style>
background-color css
<style>
a { background-color: #DB8E2D; }
a { background-color: rgb(219,142,45); }
div.DivClassName
{
background-color: #DB8E2D;
}
.BgClassName
{
background-color: #DB8E2D;
}
</style>
border-color css
<style>
span { border-color: #DB8E2D; }
span { border-color: rgb(219,142,45); }
td.TdClassName
{
border-color: #DB8E2D;
}
.TagClassName
{
border-color: #DB8E2D;
}
</style>