Shades of Buttercup #DF9620
Tints of Buttercup #DF9620
RGB
CMYK
RGB Variations
Color information
#DF9620 (or 0xDF9620) is known color: Buttercup. HEX triplet: DF, 96 and 20. RGB value is (223,150,32). Sum of RGB (Red+Green+Blue) = 223+150+32=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9620 is #2069DF. Grayscale: #9E9E9E. Windows color (decimal): -2124256 or 2135775. OLE color: 2135775.
HSL color Cylindrical-coordinate representation of color #DF9620: hue angle of 37.07º 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 #DF9620 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 32 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.13 |
| HSL | 37.07º | 0.75% | 0.5% | - |
| HSV(B) | 37.07º | 0.86% | 0.87% | - |
| XYZ | 41.6 | 37.6 | 6.43 | - |
| YUV | 158.38 | 56.68 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 32 | 0 | 0.33 | 0.86 | 0.13 | 37.07 | 0.75 | 0.5 |
| Hex | DF | 96 | 20 | 0 | 21 | 56 | D | 25 | 4B | 32 |
| Octal | 337 | 226 | 40 | 0 | 41 | 126 | 15 | 45 | 113 | 62 |
| Binary | 11011111 | 10010110 | 100000 | 0 | 100001 | 1010110 | 1101 | 100101 | 1001011 | 110010 |
Color Harmonies of #DF9620
Complementary color
Monochromatic Colors of #DF9620
Black with #DF9620
Text Example
Text Example
White with #DF9620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9620; }
p { color: rgb(223,150,32); }
H1.HeaderClassName
{
color: #DF9620;
}
.AnyTagClassName
{
color: #DF9620;
}
</style>
background-color css
<style>
a { background-color: #DF9620; }
a { background-color: rgb(223,150,32); }
div.DivClassName
{
background-color: #DF9620;
}
.BgClassName
{
background-color: #DF9620;
}
</style>
border-color css
<style>
span { border-color: #DF9620; }
span { border-color: rgb(223,150,32); }
td.TdClassName
{
border-color: #DF9620;
}
.TagClassName
{
border-color: #DF9620;
}
</style>