Shades of Buttercup #DF8D1E
Tints of Buttercup #DF8D1E
RGB
CMYK
RGB Variations
Color information
#DF8D1E (or 0xDF8D1E) is known color: Buttercup. HEX triplet: DF, 8D and 1E. RGB value is (223,141,30). Sum of RGB (Red+Green+Blue) = 223+141+30=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8D1E is #2072E1. Grayscale: #999999. Windows color (decimal): -2126562 or 2002399. OLE color: 2002399.
HSL color Cylindrical-coordinate representation of color #DF8D1E: hue angle of 34.51º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF8D1E is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 30 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.13 |
| HSL | 34.51º | 0.76% | 0.5% | - |
| HSV(B) | 34.51º | 0.87% | 0.87% | - |
| XYZ | 40.19 | 34.83 | 5.83 | - |
| YUV | 152.86 | 58.67 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 30 | 0 | 0.37 | 0.87 | 0.13 | 34.51 | 0.76 | 0.5 |
| Hex | DF | 8D | 1E | 0 | 25 | 57 | D | 23 | 4C | 32 |
| Octal | 337 | 215 | 36 | 0 | 45 | 127 | 15 | 43 | 114 | 62 |
| Binary | 11011111 | 10001101 | 11110 | 0 | 100101 | 1010111 | 1101 | 100011 | 1001100 | 110010 |
Color Harmonies of #DF8D1E
Complementary color
Monochromatic Colors of #DF8D1E
Black with #DF8D1E
Text Example
Text Example
White with #DF8D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8D1E; }
p { color: rgb(223,141,30); }
H1.HeaderClassName
{
color: #DF8D1E;
}
.AnyTagClassName
{
color: #DF8D1E;
}
</style>
background-color css
<style>
a { background-color: #DF8D1E; }
a { background-color: rgb(223,141,30); }
div.DivClassName
{
background-color: #DF8D1E;
}
.BgClassName
{
background-color: #DF8D1E;
}
</style>
border-color css
<style>
span { border-color: #DF8D1E; }
span { border-color: rgb(223,141,30); }
td.TdClassName
{
border-color: #DF8D1E;
}
.TagClassName
{
border-color: #DF8D1E;
}
</style>