Shades of Buttercup #DF941E
Tints of Buttercup #DF941E
RGB
CMYK
RGB Variations
Color information
#DF941E (or 0xDF941E) is known color: Buttercup. HEX triplet: DF, 94 and 1E. RGB value is (223,148,30). Sum of RGB (Red+Green+Blue) = 223+148+30=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF941E is #206BE1. Grayscale: #9D9D9D. Windows color (decimal): -2124770 or 2004191. OLE color: 2004191.
HSL color Cylindrical-coordinate representation of color #DF941E: hue angle of 36.68º 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 #DF941E is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 30 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.13 |
| HSL | 36.68º | 0.76% | 0.5% | - |
| HSV(B) | 36.68º | 0.87% | 0.87% | - |
| XYZ | 41.26 | 36.96 | 6.19 | - |
| YUV | 156.97 | 56.35 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 30 | 0 | 0.34 | 0.87 | 0.13 | 36.68 | 0.76 | 0.5 |
| Hex | DF | 94 | 1E | 0 | 22 | 57 | D | 25 | 4C | 32 |
| Octal | 337 | 224 | 36 | 0 | 42 | 127 | 15 | 45 | 114 | 62 |
| Binary | 11011111 | 10010100 | 11110 | 0 | 100010 | 1010111 | 1101 | 100101 | 1001100 | 110010 |
Color Harmonies of #DF941E
Complementary color
Monochromatic Colors of #DF941E
Black with #DF941E
Text Example
Text Example
White with #DF941E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF941E; }
p { color: rgb(223,148,30); }
H1.HeaderClassName
{
color: #DF941E;
}
.AnyTagClassName
{
color: #DF941E;
}
</style>
background-color css
<style>
a { background-color: #DF941E; }
a { background-color: rgb(223,148,30); }
div.DivClassName
{
background-color: #DF941E;
}
.BgClassName
{
background-color: #DF941E;
}
</style>
border-color css
<style>
span { border-color: #DF941E; }
span { border-color: rgb(223,148,30); }
td.TdClassName
{
border-color: #DF941E;
}
.TagClassName
{
border-color: #DF941E;
}
</style>