Shades of Buttercup #DBA130
Tints of Buttercup #DBA130
RGB
CMYK
RGB Variations
Color information
#DBA130 (or 0xDBA130) is known color: Buttercup. HEX triplet: DB, A1 and 30. RGB value is (219,161,48). Sum of RGB (Red+Green+Blue) = 219+161+48=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA130 is #245ECF. Grayscale: #A5A5A5. Windows color (decimal): -2383568 or 3187163. OLE color: 3187163.
HSL color Cylindrical-coordinate representation of color #DBA130: hue angle of 39.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBA130 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 48 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.14 |
| HSL | 39.65º | 0.7% | 0.52% | - |
| HSV(B) | 39.65º | 0.78% | 0.86% | - |
| XYZ | 42.49 | 40.76 | 8.42 | - |
| YUV | 165.46 | 61.72 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 48 | 0 | 0.26 | 0.78 | 0.14 | 39.65 | 0.7 | 0.52 |
| Hex | DB | A1 | 30 | 0 | 1A | 4E | E | 28 | 46 | 34 |
| Octal | 333 | 241 | 60 | 0 | 32 | 116 | 16 | 50 | 106 | 64 |
| Binary | 11011011 | 10100001 | 110000 | 0 | 11010 | 1001110 | 1110 | 101000 | 1000110 | 110100 |
Color Harmonies of #DBA130
Complementary color
Monochromatic Colors of #DBA130
Black with #DBA130
Text Example
Text Example
White with #DBA130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA130; }
p { color: rgb(219,161,48); }
H1.HeaderClassName
{
color: #DBA130;
}
.AnyTagClassName
{
color: #DBA130;
}
</style>
background-color css
<style>
a { background-color: #DBA130; }
a { background-color: rgb(219,161,48); }
div.DivClassName
{
background-color: #DBA130;
}
.BgClassName
{
background-color: #DBA130;
}
</style>
border-color css
<style>
span { border-color: #DBA130; }
span { border-color: rgb(219,161,48); }
td.TdClassName
{
border-color: #DBA130;
}
.TagClassName
{
border-color: #DBA130;
}
</style>