Shades of Buttercup #DF971F
Tints of Buttercup #DF971F
RGB
CMYK
RGB Variations
Color information
#DF971F (or 0xDF971F) is known color: Buttercup. HEX triplet: DF, 97 and 1F. RGB value is (223,151,31). Sum of RGB (Red+Green+Blue) = 223+151+31=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF971F is #2068E0. Grayscale: #9F9F9F. Windows color (decimal): -2124001 or 2070495. OLE color: 2070495.
HSL color Cylindrical-coordinate representation of color #DF971F: hue angle of 37.5º 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 #DF971F is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 31 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.13 |
| HSL | 37.5º | 0.76% | 0.5% | - |
| HSV(B) | 37.5º | 0.86% | 0.87% | - |
| XYZ | 41.75 | 37.92 | 6.42 | - |
| YUV | 158.85 | 55.85 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 31 | 0 | 0.32 | 0.86 | 0.13 | 37.5 | 0.76 | 0.5 |
| Hex | DF | 97 | 1F | 0 | 20 | 56 | D | 26 | 4C | 32 |
| Octal | 337 | 227 | 37 | 0 | 40 | 126 | 15 | 46 | 114 | 62 |
| Binary | 11011111 | 10010111 | 11111 | 0 | 100000 | 1010110 | 1101 | 100110 | 1001100 | 110010 |
Color Harmonies of #DF971F
Complementary color
Monochromatic Colors of #DF971F
Black with #DF971F
Text Example
Text Example
White with #DF971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF971F; }
p { color: rgb(223,151,31); }
H1.HeaderClassName
{
color: #DF971F;
}
.AnyTagClassName
{
color: #DF971F;
}
</style>
background-color css
<style>
a { background-color: #DF971F; }
a { background-color: rgb(223,151,31); }
div.DivClassName
{
background-color: #DF971F;
}
.BgClassName
{
background-color: #DF971F;
}
</style>
border-color css
<style>
span { border-color: #DF971F; }
span { border-color: rgb(223,151,31); }
td.TdClassName
{
border-color: #DF971F;
}
.TagClassName
{
border-color: #DF971F;
}
</style>