Shades of Buttercup #DF962E
Tints of Buttercup #DF962E
RGB
CMYK
RGB Variations
Color information
#DF962E (or 0xDF962E) is known color: Buttercup. HEX triplet: DF, 96 and 2E. RGB value is (223,150,46). Sum of RGB (Red+Green+Blue) = 223+150+46=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF962E is #2069D1. Grayscale: #A0A0A0. Windows color (decimal): -2124242 or 3053279. OLE color: 3053279.
HSL color Cylindrical-coordinate representation of color #DF962E: hue angle of 35.25º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF962E is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 46 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.13 |
| HSL | 35.25º | 0.73% | 0.53% | - |
| HSV(B) | 35.25º | 0.79% | 0.87% | - |
| XYZ | 41.83 | 37.7 | 7.66 | - |
| YUV | 159.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 46 | 0 | 0.33 | 0.79 | 0.13 | 35.25 | 0.73 | 0.53 |
| Hex | DF | 96 | 2E | 0 | 21 | 4F | D | 23 | 49 | 35 |
| Octal | 337 | 226 | 56 | 0 | 41 | 117 | 15 | 43 | 111 | 65 |
| Binary | 11011111 | 10010110 | 101110 | 0 | 100001 | 1001111 | 1101 | 100011 | 1001001 | 110101 |
Color Harmonies of #DF962E
Complementary color
Monochromatic Colors of #DF962E
Black with #DF962E
Text Example
Text Example
White with #DF962E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF962E; }
p { color: rgb(223,150,46); }
H1.HeaderClassName
{
color: #DF962E;
}
.AnyTagClassName
{
color: #DF962E;
}
</style>
background-color css
<style>
a { background-color: #DF962E; }
a { background-color: rgb(223,150,46); }
div.DivClassName
{
background-color: #DF962E;
}
.BgClassName
{
background-color: #DF962E;
}
</style>
border-color css
<style>
span { border-color: #DF962E; }
span { border-color: rgb(223,150,46); }
td.TdClassName
{
border-color: #DF962E;
}
.TagClassName
{
border-color: #DF962E;
}
</style>