Shades of Buttercup #DB8D20
Tints of Buttercup #DB8D20
RGB
CMYK
RGB Variations
Color information
#DB8D20 (or 0xDB8D20) is known color: Buttercup. HEX triplet: DB, 8D and 20. RGB value is (219,141,32). Sum of RGB (Red+Green+Blue) = 219+141+32=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8D20 is #2472DF. Grayscale: #989898. Windows color (decimal): -2388704 or 2133467. OLE color: 2133467.
HSL color Cylindrical-coordinate representation of color #DB8D20: hue angle of 34.97º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB8D20 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 32 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.14 |
| HSL | 34.97º | 0.75% | 0.49% | - |
| HSV(B) | 34.97º | 0.85% | 0.86% | - |
| XYZ | 39 | 34.21 | 5.92 | - |
| YUV | 151.9 | 60.34 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 32 | 0 | 0.36 | 0.85 | 0.14 | 34.97 | 0.75 | 0.49 |
| Hex | DB | 8D | 20 | 0 | 24 | 55 | E | 23 | 4B | 31 |
| Octal | 333 | 215 | 40 | 0 | 44 | 125 | 16 | 43 | 113 | 61 |
| Binary | 11011011 | 10001101 | 100000 | 0 | 100100 | 1010101 | 1110 | 100011 | 1001011 | 110001 |
Color Harmonies of #DB8D20
Complementary color
Monochromatic Colors of #DB8D20
Black with #DB8D20
Text Example
Text Example
White with #DB8D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D20; }
p { color: rgb(219,141,32); }
H1.HeaderClassName
{
color: #DB8D20;
}
.AnyTagClassName
{
color: #DB8D20;
}
</style>
background-color css
<style>
a { background-color: #DB8D20; }
a { background-color: rgb(219,141,32); }
div.DivClassName
{
background-color: #DB8D20;
}
.BgClassName
{
background-color: #DB8D20;
}
</style>
border-color css
<style>
span { border-color: #DB8D20; }
span { border-color: rgb(219,141,32); }
td.TdClassName
{
border-color: #DB8D20;
}
.TagClassName
{
border-color: #DB8D20;
}
</style>