Shades of Buttercup #DBA02F
Tints of Buttercup #DBA02F
RGB
CMYK
RGB Variations
Color information
#DBA02F (or 0xDBA02F) is known color: Buttercup. HEX triplet: DB, A0 and 2F. RGB value is (219,160,47). Sum of RGB (Red+Green+Blue) = 219+160+47=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA02F is #245FD0. Grayscale: #A5A5A5. Windows color (decimal): -2383825 or 3121371. OLE color: 3121371.
HSL color Cylindrical-coordinate representation of color #DBA02F: hue angle of 39.42º degrees, saturation: 0.7, 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 #DBA02F is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 47 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.14 |
| HSL | 39.42º | 0.7% | 0.52% | - |
| HSV(B) | 39.42º | 0.79% | 0.86% | - |
| XYZ | 42.3 | 40.41 | 8.26 | - |
| YUV | 164.76 | 61.55 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 47 | 0 | 0.27 | 0.79 | 0.14 | 39.42 | 0.7 | 0.52 |
| Hex | DB | A0 | 2F | 0 | 1B | 4F | E | 27 | 46 | 34 |
| Octal | 333 | 240 | 57 | 0 | 33 | 117 | 16 | 47 | 106 | 64 |
| Binary | 11011011 | 10100000 | 101111 | 0 | 11011 | 1001111 | 1110 | 100111 | 1000110 | 110100 |
Color Harmonies of #DBA02F
Complementary color
Monochromatic Colors of #DBA02F
Black with #DBA02F
Text Example
Text Example
White with #DBA02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA02F; }
p { color: rgb(219,160,47); }
H1.HeaderClassName
{
color: #DBA02F;
}
.AnyTagClassName
{
color: #DBA02F;
}
</style>
background-color css
<style>
a { background-color: #DBA02F; }
a { background-color: rgb(219,160,47); }
div.DivClassName
{
background-color: #DBA02F;
}
.BgClassName
{
background-color: #DBA02F;
}
</style>
border-color css
<style>
span { border-color: #DBA02F; }
span { border-color: rgb(219,160,47); }
td.TdClassName
{
border-color: #DBA02F;
}
.TagClassName
{
border-color: #DBA02F;
}
</style>