Shades of Buttercup #DF8820
Tints of Buttercup #DF8820
RGB
CMYK
RGB Variations
Color information
#DF8820 (or 0xDF8820) is known color: Buttercup. HEX triplet: DF, 88 and 20. RGB value is (223,136,32). Sum of RGB (Red+Green+Blue) = 223+136+32=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8820 is #2077DF. Grayscale: #969696. Windows color (decimal): -2127840 or 2132191. OLE color: 2132191.
HSL color Cylindrical-coordinate representation of color #DF8820: hue angle of 32.67º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF8820 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 32 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.13 |
| HSL | 32.67º | 0.75% | 0.5% | - |
| HSV(B) | 32.67º | 0.86% | 0.87% | - |
| XYZ | 39.5 | 33.4 | 5.73 | - |
| YUV | 150.16 | 61.32 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 32 | 0 | 0.39 | 0.86 | 0.13 | 32.67 | 0.75 | 0.5 |
| Hex | DF | 88 | 20 | 0 | 27 | 56 | D | 21 | 4B | 32 |
| Octal | 337 | 210 | 40 | 0 | 47 | 126 | 15 | 41 | 113 | 62 |
| Binary | 11011111 | 10001000 | 100000 | 0 | 100111 | 1010110 | 1101 | 100001 | 1001011 | 110010 |
Color Harmonies of #DF8820
Complementary color
Monochromatic Colors of #DF8820
Black with #DF8820
Text Example
Text Example
White with #DF8820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8820; }
p { color: rgb(223,136,32); }
H1.HeaderClassName
{
color: #DF8820;
}
.AnyTagClassName
{
color: #DF8820;
}
</style>
background-color css
<style>
a { background-color: #DF8820; }
a { background-color: rgb(223,136,32); }
div.DivClassName
{
background-color: #DF8820;
}
.BgClassName
{
background-color: #DF8820;
}
</style>
border-color css
<style>
span { border-color: #DF8820; }
span { border-color: rgb(223,136,32); }
td.TdClassName
{
border-color: #DF8820;
}
.TagClassName
{
border-color: #DF8820;
}
</style>