Shades of Buttercup #DF8920
Tints of Buttercup #DF8920
RGB
CMYK
RGB Variations
Color information
#DF8920 (or 0xDF8920) is known color: Buttercup. HEX triplet: DF, 89 and 20. RGB value is (223,137,32). Sum of RGB (Red+Green+Blue) = 223+137+32=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8920 is #2076DF. Grayscale: #979797. Windows color (decimal): -2127584 or 2132447. OLE color: 2132447.
HSL color Cylindrical-coordinate representation of color #DF8920: hue angle of 32.98º 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 #DF8920 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 32 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.13 |
| HSL | 32.98º | 0.75% | 0.5% | - |
| HSV(B) | 32.98º | 0.86% | 0.87% | - |
| XYZ | 39.64 | 33.68 | 5.78 | - |
| YUV | 150.74 | 60.99 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 32 | 0 | 0.39 | 0.86 | 0.13 | 32.98 | 0.75 | 0.5 |
| Hex | DF | 89 | 20 | 0 | 27 | 56 | D | 21 | 4B | 32 |
| Octal | 337 | 211 | 40 | 0 | 47 | 126 | 15 | 41 | 113 | 62 |
| Binary | 11011111 | 10001001 | 100000 | 0 | 100111 | 1010110 | 1101 | 100001 | 1001011 | 110010 |
Color Harmonies of #DF8920
Complementary color
Monochromatic Colors of #DF8920
Black with #DF8920
Text Example
Text Example
White with #DF8920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8920; }
p { color: rgb(223,137,32); }
H1.HeaderClassName
{
color: #DF8920;
}
.AnyTagClassName
{
color: #DF8920;
}
</style>
background-color css
<style>
a { background-color: #DF8920; }
a { background-color: rgb(223,137,32); }
div.DivClassName
{
background-color: #DF8920;
}
.BgClassName
{
background-color: #DF8920;
}
</style>
border-color css
<style>
span { border-color: #DF8920; }
span { border-color: rgb(223,137,32); }
td.TdClassName
{
border-color: #DF8920;
}
.TagClassName
{
border-color: #DF8920;
}
</style>