Shades of Buttercup #DB8C20
Tints of Buttercup #DB8C20
RGB
CMYK
RGB Variations
Color information
#DB8C20 (or 0xDB8C20) is known color: Buttercup. HEX triplet: DB, 8C and 20. RGB value is (219,140,32). Sum of RGB (Red+Green+Blue) = 219+140+32=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8C20 is #2473DF. Grayscale: #979797. Windows color (decimal): -2388960 or 2133211. OLE color: 2133211.
HSL color Cylindrical-coordinate representation of color #DB8C20: hue angle of 34.65º 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 #DB8C20 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 32 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.14 |
| HSL | 34.65º | 0.75% | 0.49% | - |
| HSV(B) | 34.65º | 0.85% | 0.86% | - |
| XYZ | 38.85 | 33.92 | 5.87 | - |
| YUV | 151.31 | 60.67 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 32 | 0 | 0.36 | 0.85 | 0.14 | 34.65 | 0.75 | 0.49 |
| Hex | DB | 8C | 20 | 0 | 24 | 55 | E | 23 | 4B | 31 |
| Octal | 333 | 214 | 40 | 0 | 44 | 125 | 16 | 43 | 113 | 61 |
| Binary | 11011011 | 10001100 | 100000 | 0 | 100100 | 1010101 | 1110 | 100011 | 1001011 | 110001 |
Color Harmonies of #DB8C20
Complementary color
Monochromatic Colors of #DB8C20
Black with #DB8C20
Text Example
Text Example
White with #DB8C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C20; }
p { color: rgb(219,140,32); }
H1.HeaderClassName
{
color: #DB8C20;
}
.AnyTagClassName
{
color: #DB8C20;
}
</style>
background-color css
<style>
a { background-color: #DB8C20; }
a { background-color: rgb(219,140,32); }
div.DivClassName
{
background-color: #DB8C20;
}
.BgClassName
{
background-color: #DB8C20;
}
</style>
border-color css
<style>
span { border-color: #DB8C20; }
span { border-color: rgb(219,140,32); }
td.TdClassName
{
border-color: #DB8C20;
}
.TagClassName
{
border-color: #DB8C20;
}
</style>