Shades of Buttercup #DB9828
Tints of Buttercup #DB9828
RGB
CMYK
RGB Variations
Color information
#DB9828 (or 0xDB9828) is known color: Buttercup. HEX triplet: DB, 98 and 28. RGB value is (219,152,40). Sum of RGB (Red+Green+Blue) = 219+152+40=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9828 is #2467D7. Grayscale: #9F9F9F. Windows color (decimal): -2385880 or 2660571. OLE color: 2660571.
HSL color Cylindrical-coordinate representation of color #DB9828: hue angle of 37.54º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB9828 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 40 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.14 |
| HSL | 37.54º | 0.71% | 0.51% | - |
| HSV(B) | 37.54º | 0.82% | 0.86% | - |
| XYZ | 40.82 | 37.67 | 7.13 | - |
| YUV | 159.27 | 60.7 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 40 | 0 | 0.31 | 0.82 | 0.14 | 37.54 | 0.71 | 0.51 |
| Hex | DB | 98 | 28 | 0 | 1F | 52 | E | 26 | 47 | 33 |
| Octal | 333 | 230 | 50 | 0 | 37 | 122 | 16 | 46 | 107 | 63 |
| Binary | 11011011 | 10011000 | 101000 | 0 | 11111 | 1010010 | 1110 | 100110 | 1000111 | 110011 |
Color Harmonies of #DB9828
Complementary color
Monochromatic Colors of #DB9828
Black with #DB9828
Text Example
Text Example
White with #DB9828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9828; }
p { color: rgb(219,152,40); }
H1.HeaderClassName
{
color: #DB9828;
}
.AnyTagClassName
{
color: #DB9828;
}
</style>
background-color css
<style>
a { background-color: #DB9828; }
a { background-color: rgb(219,152,40); }
div.DivClassName
{
background-color: #DB9828;
}
.BgClassName
{
background-color: #DB9828;
}
</style>
border-color css
<style>
span { border-color: #DB9828; }
span { border-color: rgb(219,152,40); }
td.TdClassName
{
border-color: #DB9828;
}
.TagClassName
{
border-color: #DB9828;
}
</style>