Shades of Buttercup #DF981E
Tints of Buttercup #DF981E
RGB
CMYK
RGB Variations
Color information
#DF981E (or 0xDF981E) is known color: Buttercup. HEX triplet: DF, 98 and 1E. RGB value is (223,152,30). Sum of RGB (Red+Green+Blue) = 223+152+30=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF981E is #2067E1. Grayscale: #9F9F9F. Windows color (decimal): -2123746 or 2005215. OLE color: 2005215.
HSL color Cylindrical-coordinate representation of color #DF981E: hue angle of 37.93º 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 #DF981E is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 30 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.13 |
| HSL | 37.93º | 0.76% | 0.5% | - |
| HSV(B) | 37.93º | 0.87% | 0.87% | - |
| XYZ | 41.89 | 38.24 | 6.4 | - |
| YUV | 159.32 | 55.02 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 30 | 0 | 0.32 | 0.87 | 0.13 | 37.93 | 0.76 | 0.5 |
| Hex | DF | 98 | 1E | 0 | 20 | 57 | D | 26 | 4C | 32 |
| Octal | 337 | 230 | 36 | 0 | 40 | 127 | 15 | 46 | 114 | 62 |
| Binary | 11011111 | 10011000 | 11110 | 0 | 100000 | 1010111 | 1101 | 100110 | 1001100 | 110010 |
Color Harmonies of #DF981E
Complementary color
Monochromatic Colors of #DF981E
Black with #DF981E
Text Example
Text Example
White with #DF981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF981E; }
p { color: rgb(223,152,30); }
H1.HeaderClassName
{
color: #DF981E;
}
.AnyTagClassName
{
color: #DF981E;
}
</style>
background-color css
<style>
a { background-color: #DF981E; }
a { background-color: rgb(223,152,30); }
div.DivClassName
{
background-color: #DF981E;
}
.BgClassName
{
background-color: #DF981E;
}
</style>
border-color css
<style>
span { border-color: #DF981E; }
span { border-color: rgb(223,152,30); }
td.TdClassName
{
border-color: #DF981E;
}
.TagClassName
{
border-color: #DF981E;
}
</style>