Shades of Buttercup #DF942F
Tints of Buttercup #DF942F
RGB
CMYK
RGB Variations
Color information
#DF942F (or 0xDF942F) is known color: Buttercup. HEX triplet: DF, 94 and 2F. RGB value is (223,148,47). Sum of RGB (Red+Green+Blue) = 223+148+47=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF942F is #206BD0. Grayscale: #9F9F9F. Windows color (decimal): -2124753 or 3118303. OLE color: 3118303.
HSL color Cylindrical-coordinate representation of color #DF942F: hue angle of 34.43º 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 #DF942F is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 47 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.13 |
| HSL | 34.43º | 0.73% | 0.53% | - |
| HSV(B) | 34.43º | 0.79% | 0.87% | - |
| XYZ | 41.53 | 37.07 | 7.66 | - |
| YUV | 158.91 | 64.85 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 47 | 0 | 0.34 | 0.79 | 0.13 | 34.43 | 0.73 | 0.53 |
| Hex | DF | 94 | 2F | 0 | 22 | 4F | D | 22 | 49 | 35 |
| Octal | 337 | 224 | 57 | 0 | 42 | 117 | 15 | 42 | 111 | 65 |
| Binary | 11011111 | 10010100 | 101111 | 0 | 100010 | 1001111 | 1101 | 100010 | 1001001 | 110101 |
Color Harmonies of #DF942F
Complementary color
Monochromatic Colors of #DF942F
Black with #DF942F
Text Example
Text Example
White with #DF942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF942F; }
p { color: rgb(223,148,47); }
H1.HeaderClassName
{
color: #DF942F;
}
.AnyTagClassName
{
color: #DF942F;
}
</style>
background-color css
<style>
a { background-color: #DF942F; }
a { background-color: rgb(223,148,47); }
div.DivClassName
{
background-color: #DF942F;
}
.BgClassName
{
background-color: #DF942F;
}
</style>
border-color css
<style>
span { border-color: #DF942F; }
span { border-color: rgb(223,148,47); }
td.TdClassName
{
border-color: #DF942F;
}
.TagClassName
{
border-color: #DF942F;
}
</style>