Shades of Buttercup #DF961E
Tints of Buttercup #DF961E
RGB
CMYK
RGB Variations
Color information
#DF961E (or 0xDF961E) is known color: Buttercup. HEX triplet: DF, 96 and 1E. RGB value is (223,150,30). Sum of RGB (Red+Green+Blue) = 223+150+30=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF961E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF961E is #2069E1. Grayscale: #9E9E9E. Windows color (decimal): -2124258 or 2004703. OLE color: 2004703.
HSL color Cylindrical-coordinate representation of color #DF961E: hue angle of 37.31º 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 #DF961E is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 30 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.13 |
| HSL | 37.31º | 0.76% | 0.5% | - |
| HSV(B) | 37.31º | 0.87% | 0.87% | - |
| XYZ | 41.57 | 37.59 | 6.29 | - |
| YUV | 158.15 | 55.68 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 30 | 0 | 0.33 | 0.87 | 0.13 | 37.31 | 0.76 | 0.5 |
| Hex | DF | 96 | 1E | 0 | 21 | 57 | D | 25 | 4C | 32 |
| Octal | 337 | 226 | 36 | 0 | 41 | 127 | 15 | 45 | 114 | 62 |
| Binary | 11011111 | 10010110 | 11110 | 0 | 100001 | 1010111 | 1101 | 100101 | 1001100 | 110010 |
Color Harmonies of #DF961E
Complementary color
Monochromatic Colors of #DF961E
Black with #DF961E
Text Example
Text Example
White with #DF961E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF961E; }
p { color: rgb(223,150,30); }
H1.HeaderClassName
{
color: #DF961E;
}
.AnyTagClassName
{
color: #DF961E;
}
</style>
background-color css
<style>
a { background-color: #DF961E; }
a { background-color: rgb(223,150,30); }
div.DivClassName
{
background-color: #DF961E;
}
.BgClassName
{
background-color: #DF961E;
}
</style>
border-color css
<style>
span { border-color: #DF961E; }
span { border-color: rgb(223,150,30); }
td.TdClassName
{
border-color: #DF961E;
}
.TagClassName
{
border-color: #DF961E;
}
</style>