Shades of Buttercup #DF8622
Tints of Buttercup #DF8622
RGB
CMYK
RGB Variations
Color information
#DF8622 (or 0xDF8622) is known color: Buttercup. HEX triplet: DF, 86 and 22. RGB value is (223,134,34). Sum of RGB (Red+Green+Blue) = 223+134+34=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8622 is #2079DD. Grayscale: #959595. Windows color (decimal): -2128350 or 2262751. OLE color: 2262751.
HSL color Cylindrical-coordinate representation of color #DF8622: hue angle of 31.75º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF8622 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 34 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.13 |
| HSL | 31.75º | 0.75% | 0.5% | - |
| HSV(B) | 31.75º | 0.85% | 0.87% | - |
| XYZ | 39.25 | 32.85 | 5.79 | - |
| YUV | 149.21 | 62.99 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 34 | 0 | 0.40 | 0.85 | 0.13 | 31.75 | 0.75 | 0.5 |
| Hex | DF | 86 | 22 | 0 | 28 | 55 | D | 20 | 4B | 32 |
| Octal | 337 | 206 | 42 | 0 | 50 | 125 | 15 | 40 | 113 | 62 |
| Binary | 11011111 | 10000110 | 100010 | 0 | 101000 | 1010101 | 1101 | 100000 | 1001011 | 110010 |
Color Harmonies of #DF8622
Complementary color
Monochromatic Colors of #DF8622
Black with #DF8622
Text Example
Text Example
White with #DF8622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8622; }
p { color: rgb(223,134,34); }
H1.HeaderClassName
{
color: #DF8622;
}
.AnyTagClassName
{
color: #DF8622;
}
</style>
background-color css
<style>
a { background-color: #DF8622; }
a { background-color: rgb(223,134,34); }
div.DivClassName
{
background-color: #DF8622;
}
.BgClassName
{
background-color: #DF8622;
}
</style>
border-color css
<style>
span { border-color: #DF8622; }
span { border-color: rgb(223,134,34); }
td.TdClassName
{
border-color: #DF8622;
}
.TagClassName
{
border-color: #DF8622;
}
</style>