Shades of Buttercup #DF962C
Tints of Buttercup #DF962C
RGB
CMYK
RGB Variations
Color information
#DF962C (or 0xDF962C) is known color: Buttercup. HEX triplet: DF, 96 and 2C. RGB value is (223,150,44). Sum of RGB (Red+Green+Blue) = 223+150+44=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF962C is #2069D3. Grayscale: #A0A0A0. Windows color (decimal): -2124244 or 2922207. OLE color: 2922207.
HSL color Cylindrical-coordinate representation of color #DF962C: hue angle of 35.53º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF962C is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 44 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.13 |
| HSL | 35.53º | 0.74% | 0.52% | - |
| HSV(B) | 35.53º | 0.8% | 0.87% | - |
| XYZ | 41.79 | 37.68 | 7.45 | - |
| YUV | 159.74 | 62.68 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 44 | 0 | 0.33 | 0.80 | 0.13 | 35.53 | 0.74 | 0.52 |
| Hex | DF | 96 | 2C | 0 | 21 | 50 | D | 24 | 4A | 34 |
| Octal | 337 | 226 | 54 | 0 | 41 | 120 | 15 | 44 | 112 | 64 |
| Binary | 11011111 | 10010110 | 101100 | 0 | 100001 | 1010000 | 1101 | 100100 | 1001010 | 110100 |
Color Harmonies of #DF962C
Complementary color
Monochromatic Colors of #DF962C
Black with #DF962C
Text Example
Text Example
White with #DF962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF962C; }
p { color: rgb(223,150,44); }
H1.HeaderClassName
{
color: #DF962C;
}
.AnyTagClassName
{
color: #DF962C;
}
</style>
background-color css
<style>
a { background-color: #DF962C; }
a { background-color: rgb(223,150,44); }
div.DivClassName
{
background-color: #DF962C;
}
.BgClassName
{
background-color: #DF962C;
}
</style>
border-color css
<style>
span { border-color: #DF962C; }
span { border-color: rgb(223,150,44); }
td.TdClassName
{
border-color: #DF962C;
}
.TagClassName
{
border-color: #DF962C;
}
</style>