Shades of Buttercup #DF961F
Tints of Buttercup #DF961F
RGB
CMYK
RGB Variations
Color information
#DF961F (or 0xDF961F) is known color: Buttercup. HEX triplet: DF, 96 and 1F. RGB value is (223,150,31). Sum of RGB (Red+Green+Blue) = 223+150+31=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF961F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF961F is #2069E0. Grayscale: #9E9E9E. Windows color (decimal): -2124257 or 2070239. OLE color: 2070239.
HSL color Cylindrical-coordinate representation of color #DF961F: hue angle of 37.19º 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 #DF961F is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 31 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.13 |
| HSL | 37.19º | 0.76% | 0.5% | - |
| HSV(B) | 37.19º | 0.86% | 0.87% | - |
| XYZ | 41.59 | 37.6 | 6.36 | - |
| YUV | 158.26 | 56.18 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 31 | 0 | 0.33 | 0.86 | 0.13 | 37.19 | 0.76 | 0.5 |
| Hex | DF | 96 | 1F | 0 | 21 | 56 | D | 25 | 4C | 32 |
| Octal | 337 | 226 | 37 | 0 | 41 | 126 | 15 | 45 | 114 | 62 |
| Binary | 11011111 | 10010110 | 11111 | 0 | 100001 | 1010110 | 1101 | 100101 | 1001100 | 110010 |
Color Harmonies of #DF961F
Complementary color
Monochromatic Colors of #DF961F
Black with #DF961F
Text Example
Text Example
White with #DF961F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF961F; }
p { color: rgb(223,150,31); }
H1.HeaderClassName
{
color: #DF961F;
}
.AnyTagClassName
{
color: #DF961F;
}
</style>
background-color css
<style>
a { background-color: #DF961F; }
a { background-color: rgb(223,150,31); }
div.DivClassName
{
background-color: #DF961F;
}
.BgClassName
{
background-color: #DF961F;
}
</style>
border-color css
<style>
span { border-color: #DF961F; }
span { border-color: rgb(223,150,31); }
td.TdClassName
{
border-color: #DF961F;
}
.TagClassName
{
border-color: #DF961F;
}
</style>