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