Shades of Buttercup #DBA02E
Tints of Buttercup #DBA02E
RGB
CMYK
RGB Variations
Color information
#DBA02E (or 0xDBA02E) is known color: Buttercup. HEX triplet: DB, A0 and 2E. RGB value is (219,160,46). Sum of RGB (Red+Green+Blue) = 219+160+46=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA02E is #245FD1. Grayscale: #A5A5A5. Windows color (decimal): -2383826 or 3055835. OLE color: 3055835.
HSL color Cylindrical-coordinate representation of color #DBA02E: hue angle of 39.54º 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 #DBA02E is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 46 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.14 |
| HSL | 39.54º | 0.71% | 0.52% | - |
| HSV(B) | 39.54º | 0.79% | 0.86% | - |
| XYZ | 42.28 | 40.4 | 8.15 | - |
| YUV | 164.65 | 61.05 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 46 | 0 | 0.27 | 0.79 | 0.14 | 39.54 | 0.71 | 0.52 |
| Hex | DB | A0 | 2E | 0 | 1B | 4F | E | 28 | 47 | 34 |
| Octal | 333 | 240 | 56 | 0 | 33 | 117 | 16 | 50 | 107 | 64 |
| Binary | 11011011 | 10100000 | 101110 | 0 | 11011 | 1001111 | 1110 | 101000 | 1000111 | 110100 |
Color Harmonies of #DBA02E
Complementary color
Monochromatic Colors of #DBA02E
Black with #DBA02E
Text Example
Text Example
White with #DBA02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA02E; }
p { color: rgb(219,160,46); }
H1.HeaderClassName
{
color: #DBA02E;
}
.AnyTagClassName
{
color: #DBA02E;
}
</style>
background-color css
<style>
a { background-color: #DBA02E; }
a { background-color: rgb(219,160,46); }
div.DivClassName
{
background-color: #DBA02E;
}
.BgClassName
{
background-color: #DBA02E;
}
</style>
border-color css
<style>
span { border-color: #DBA02E; }
span { border-color: rgb(219,160,46); }
td.TdClassName
{
border-color: #DBA02E;
}
.TagClassName
{
border-color: #DBA02E;
}
</style>