Shades of Buttercup #DBA033
Tints of Buttercup #DBA033
RGB
CMYK
RGB Variations
Color information
#DBA033 (or 0xDBA033) is known color: Buttercup. HEX triplet: DB, A0 and 33. RGB value is (219,160,51). Sum of RGB (Red+Green+Blue) = 219+160+51=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA033 is #245FCC. Grayscale: #A5A5A5. Windows color (decimal): -2383821 or 3383515. OLE color: 3383515.
HSL color Cylindrical-coordinate representation of color #DBA033: hue angle of 38.93º 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 #DBA033 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 51 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.14 |
| HSL | 38.93º | 0.7% | 0.53% | - |
| HSV(B) | 38.93º | 0.77% | 0.86% | - |
| XYZ | 42.38 | 40.44 | 8.7 | - |
| YUV | 165.22 | 63.55 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 51 | 0 | 0.27 | 0.77 | 0.14 | 38.93 | 0.7 | 0.53 |
| Hex | DB | A0 | 33 | 0 | 1B | 4D | E | 27 | 46 | 35 |
| Octal | 333 | 240 | 63 | 0 | 33 | 115 | 16 | 47 | 106 | 65 |
| Binary | 11011011 | 10100000 | 110011 | 0 | 11011 | 1001101 | 1110 | 100111 | 1000110 | 110101 |
Color Harmonies of #DBA033
Complementary color
Monochromatic Colors of #DBA033
Black with #DBA033
Text Example
Text Example
White with #DBA033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA033; }
p { color: rgb(219,160,51); }
H1.HeaderClassName
{
color: #DBA033;
}
.AnyTagClassName
{
color: #DBA033;
}
</style>
background-color css
<style>
a { background-color: #DBA033; }
a { background-color: rgb(219,160,51); }
div.DivClassName
{
background-color: #DBA033;
}
.BgClassName
{
background-color: #DBA033;
}
</style>
border-color css
<style>
span { border-color: #DBA033; }
span { border-color: rgb(219,160,51); }
td.TdClassName
{
border-color: #DBA033;
}
.TagClassName
{
border-color: #DBA033;
}
</style>