Shades of Buttercup #DB8A2E
Tints of Buttercup #DB8A2E
RGB
CMYK
RGB Variations
Color information
#DB8A2E (or 0xDB8A2E) is known color: Buttercup. HEX triplet: DB, 8A and 2E. RGB value is (219,138,46). Sum of RGB (Red+Green+Blue) = 219+138+46=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A2E is #2475D1. Grayscale: #989898. Windows color (decimal): -2389458 or 3050203. OLE color: 3050203.
HSL color Cylindrical-coordinate representation of color #DB8A2E: hue angle of 31.91º 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 #DB8A2E is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 46 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.14 |
| HSL | 31.91º | 0.71% | 0.52% | - |
| HSV(B) | 31.91º | 0.79% | 0.86% | - |
| XYZ | 38.8 | 33.43 | 6.99 | - |
| YUV | 151.73 | 68.34 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 46 | 0 | 0.37 | 0.79 | 0.14 | 31.91 | 0.71 | 0.52 |
| Hex | DB | 8A | 2E | 0 | 25 | 4F | E | 20 | 47 | 34 |
| Octal | 333 | 212 | 56 | 0 | 45 | 117 | 16 | 40 | 107 | 64 |
| Binary | 11011011 | 10001010 | 101110 | 0 | 100101 | 1001111 | 1110 | 100000 | 1000111 | 110100 |
Color Harmonies of #DB8A2E
Complementary color
Monochromatic Colors of #DB8A2E
Black with #DB8A2E
Text Example
Text Example
White with #DB8A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A2E; }
p { color: rgb(219,138,46); }
H1.HeaderClassName
{
color: #DB8A2E;
}
.AnyTagClassName
{
color: #DB8A2E;
}
</style>
background-color css
<style>
a { background-color: #DB8A2E; }
a { background-color: rgb(219,138,46); }
div.DivClassName
{
background-color: #DB8A2E;
}
.BgClassName
{
background-color: #DB8A2E;
}
</style>
border-color css
<style>
span { border-color: #DB8A2E; }
span { border-color: rgb(219,138,46); }
td.TdClassName
{
border-color: #DB8A2E;
}
.TagClassName
{
border-color: #DB8A2E;
}
</style>