Shades of Buttercup #DF8F31
Tints of Buttercup #DF8F31
RGB
CMYK
RGB Variations
Color information
#DF8F31 (or 0xDF8F31) is known color: Buttercup. HEX triplet: DF, 8F and 31. RGB value is (223,143,49). Sum of RGB (Red+Green+Blue) = 223+143+49=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8F31 is #2070CE. Grayscale: #9C9C9C. Windows color (decimal): -2126031 or 3248095. OLE color: 3248095.
HSL color Cylindrical-coordinate representation of color #DF8F31: hue angle of 32.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF8F31 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 49 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.13 |
| HSL | 32.41º | 0.73% | 0.53% | - |
| HSV(B) | 32.41º | 0.78% | 0.87% | - |
| XYZ | 40.81 | 35.55 | 7.62 | - |
| YUV | 156.2 | 67.5 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 49 | 0 | 0.36 | 0.78 | 0.13 | 32.41 | 0.73 | 0.53 |
| Hex | DF | 8F | 31 | 0 | 24 | 4E | D | 20 | 49 | 35 |
| Octal | 337 | 217 | 61 | 0 | 44 | 116 | 15 | 40 | 111 | 65 |
| Binary | 11011111 | 10001111 | 110001 | 0 | 100100 | 1001110 | 1101 | 100000 | 1001001 | 110101 |
Color Harmonies of #DF8F31
Complementary color
Monochromatic Colors of #DF8F31
Black with #DF8F31
Text Example
Text Example
White with #DF8F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F31; }
p { color: rgb(223,143,49); }
H1.HeaderClassName
{
color: #DF8F31;
}
.AnyTagClassName
{
color: #DF8F31;
}
</style>
background-color css
<style>
a { background-color: #DF8F31; }
a { background-color: rgb(223,143,49); }
div.DivClassName
{
background-color: #DF8F31;
}
.BgClassName
{
background-color: #DF8F31;
}
</style>
border-color css
<style>
span { border-color: #DF8F31; }
span { border-color: rgb(223,143,49); }
td.TdClassName
{
border-color: #DF8F31;
}
.TagClassName
{
border-color: #DF8F31;
}
</style>