Shades of Buttercup #DB8528
Tints of Buttercup #DB8528
RGB
CMYK
RGB Variations
Color information
#DB8528 (or 0xDB8528) is known color: Buttercup. HEX triplet: DB, 85 and 28. RGB value is (219,133,40). Sum of RGB (Red+Green+Blue) = 219+133+40=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8528 is #247AD7. Grayscale: #949494. Windows color (decimal): -2390744 or 2655707. OLE color: 2655707.
HSL color Cylindrical-coordinate representation of color #DB8528: hue angle of 31.17º 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 #DB8528 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 40 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.14 |
| HSL | 31.17º | 0.71% | 0.51% | - |
| HSV(B) | 31.17º | 0.82% | 0.86% | - |
| XYZ | 37.98 | 31.99 | 6.18 | - |
| YUV | 148.11 | 66.99 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 40 | 0 | 0.39 | 0.82 | 0.14 | 31.17 | 0.71 | 0.51 |
| Hex | DB | 85 | 28 | 0 | 27 | 52 | E | 1F | 47 | 33 |
| Octal | 333 | 205 | 50 | 0 | 47 | 122 | 16 | 37 | 107 | 63 |
| Binary | 11011011 | 10000101 | 101000 | 0 | 100111 | 1010010 | 1110 | 11111 | 1000111 | 110011 |
Color Harmonies of #DB8528
Complementary color
Monochromatic Colors of #DB8528
Black with #DB8528
Text Example
Text Example
White with #DB8528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8528; }
p { color: rgb(219,133,40); }
H1.HeaderClassName
{
color: #DB8528;
}
.AnyTagClassName
{
color: #DB8528;
}
</style>
background-color css
<style>
a { background-color: #DB8528; }
a { background-color: rgb(219,133,40); }
div.DivClassName
{
background-color: #DB8528;
}
.BgClassName
{
background-color: #DB8528;
}
</style>
border-color css
<style>
span { border-color: #DB8528; }
span { border-color: rgb(219,133,40); }
td.TdClassName
{
border-color: #DB8528;
}
.TagClassName
{
border-color: #DB8528;
}
</style>