Shades of Buttercup #DF941F
Tints of Buttercup #DF941F
RGB
CMYK
RGB Variations
Color information
#DF941F (or 0xDF941F) is known color: Buttercup. HEX triplet: DF, 94 and 1F. RGB value is (223,148,31). Sum of RGB (Red+Green+Blue) = 223+148+31=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF941F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF941F is #206BE0. Grayscale: #9D9D9D. Windows color (decimal): -2124769 or 2069727. OLE color: 2069727.
HSL color Cylindrical-coordinate representation of color #DF941F: hue angle of 36.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF941F is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 31 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.13 |
| HSL | 36.56º | 0.76% | 0.5% | - |
| HSV(B) | 36.56º | 0.86% | 0.87% | - |
| XYZ | 41.27 | 36.97 | 6.26 | - |
| YUV | 157.09 | 56.85 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 31 | 0 | 0.34 | 0.86 | 0.13 | 36.56 | 0.76 | 0.5 |
| Hex | DF | 94 | 1F | 0 | 22 | 56 | D | 25 | 4C | 32 |
| Octal | 337 | 224 | 37 | 0 | 42 | 126 | 15 | 45 | 114 | 62 |
| Binary | 11011111 | 10010100 | 11111 | 0 | 100010 | 1010110 | 1101 | 100101 | 1001100 | 110010 |
Color Harmonies of #DF941F
Complementary color
Monochromatic Colors of #DF941F
Black with #DF941F
Text Example
Text Example
White with #DF941F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF941F; }
p { color: rgb(223,148,31); }
H1.HeaderClassName
{
color: #DF941F;
}
.AnyTagClassName
{
color: #DF941F;
}
</style>
background-color css
<style>
a { background-color: #DF941F; }
a { background-color: rgb(223,148,31); }
div.DivClassName
{
background-color: #DF941F;
}
.BgClassName
{
background-color: #DF941F;
}
</style>
border-color css
<style>
span { border-color: #DF941F; }
span { border-color: rgb(223,148,31); }
td.TdClassName
{
border-color: #DF941F;
}
.TagClassName
{
border-color: #DF941F;
}
</style>