Shades of Buttercup #DBA032
Tints of Buttercup #DBA032
RGB
CMYK
RGB Variations
Color information
#DBA032 (or 0xDBA032) is known color: Buttercup. HEX triplet: DB, A0 and 32. RGB value is (219,160,50). Sum of RGB (Red+Green+Blue) = 219+160+50=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA032 is #245FCD. Grayscale: #A5A5A5. Windows color (decimal): -2383822 or 3317979. OLE color: 3317979.
HSL color Cylindrical-coordinate representation of color #DBA032: hue angle of 39.05º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBA032 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 50 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.14 |
| HSL | 39.05º | 0.7% | 0.53% | - |
| HSV(B) | 39.05º | 0.77% | 0.86% | - |
| XYZ | 42.36 | 40.43 | 8.59 | - |
| YUV | 165.1 | 63.05 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 50 | 0 | 0.27 | 0.77 | 0.14 | 39.05 | 0.7 | 0.53 |
| Hex | DB | A0 | 32 | 0 | 1B | 4D | E | 27 | 46 | 35 |
| Octal | 333 | 240 | 62 | 0 | 33 | 115 | 16 | 47 | 106 | 65 |
| Binary | 11011011 | 10100000 | 110010 | 0 | 11011 | 1001101 | 1110 | 100111 | 1000110 | 110101 |
Color Harmonies of #DBA032
Complementary color
Monochromatic Colors of #DBA032
Black with #DBA032
Text Example
Text Example
White with #DBA032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA032; }
p { color: rgb(219,160,50); }
H1.HeaderClassName
{
color: #DBA032;
}
.AnyTagClassName
{
color: #DBA032;
}
</style>
background-color css
<style>
a { background-color: #DBA032; }
a { background-color: rgb(219,160,50); }
div.DivClassName
{
background-color: #DBA032;
}
.BgClassName
{
background-color: #DBA032;
}
</style>
border-color css
<style>
span { border-color: #DBA032; }
span { border-color: rgb(219,160,50); }
td.TdClassName
{
border-color: #DBA032;
}
.TagClassName
{
border-color: #DBA032;
}
</style>