Shades of Buttercup #DF941C
Tints of Buttercup #DF941C
RGB
CMYK
RGB Variations
Color information
#DF941C (or 0xDF941C) is known color: Buttercup. HEX triplet: DF, 94 and 1C. RGB value is (223,148,28). Sum of RGB (Red+Green+Blue) = 223+148+28=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF941C is #206BE3. Grayscale: #9D9D9D. Windows color (decimal): -2124772 or 1873119. OLE color: 1873119.
HSL color Cylindrical-coordinate representation of color #DF941C: hue angle of 36.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF941C is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 28 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.13 |
| HSL | 36.92º | 0.78% | 0.49% | - |
| HSV(B) | 36.92º | 0.87% | 0.87% | - |
| XYZ | 41.23 | 36.95 | 6.06 | - |
| YUV | 156.75 | 55.35 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 28 | 0 | 0.34 | 0.87 | 0.13 | 36.92 | 0.78 | 0.49 |
| Hex | DF | 94 | 1C | 0 | 22 | 57 | D | 25 | 4E | 31 |
| Octal | 337 | 224 | 34 | 0 | 42 | 127 | 15 | 45 | 116 | 61 |
| Binary | 11011111 | 10010100 | 11100 | 0 | 100010 | 1010111 | 1101 | 100101 | 1001110 | 110001 |
Color Harmonies of #DF941C
Complementary color
Monochromatic Colors of #DF941C
Black with #DF941C
Text Example
Text Example
White with #DF941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF941C; }
p { color: rgb(223,148,28); }
H1.HeaderClassName
{
color: #DF941C;
}
.AnyTagClassName
{
color: #DF941C;
}
</style>
background-color css
<style>
a { background-color: #DF941C; }
a { background-color: rgb(223,148,28); }
div.DivClassName
{
background-color: #DF941C;
}
.BgClassName
{
background-color: #DF941C;
}
</style>
border-color css
<style>
span { border-color: #DF941C; }
span { border-color: rgb(223,148,28); }
td.TdClassName
{
border-color: #DF941C;
}
.TagClassName
{
border-color: #DF941C;
}
</style>