Shades of Buttercup #DF972F
Tints of Buttercup #DF972F
RGB
CMYK
RGB Variations
Color information
#DF972F (or 0xDF972F) is known color: Buttercup. HEX triplet: DF, 97 and 2F. RGB value is (223,151,47). Sum of RGB (Red+Green+Blue) = 223+151+47=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF972F is #2068D0. Grayscale: #A1A1A1. Windows color (decimal): -2123985 or 3119071. OLE color: 3119071.
HSL color Cylindrical-coordinate representation of color #DF972F: hue angle of 35.45º 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 #DF972F is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 47 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.13 |
| HSL | 35.45º | 0.73% | 0.53% | - |
| HSV(B) | 35.45º | 0.79% | 0.87% | - |
| XYZ | 42.01 | 38.03 | 7.81 | - |
| YUV | 160.67 | 63.85 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 47 | 0 | 0.32 | 0.79 | 0.13 | 35.45 | 0.73 | 0.53 |
| Hex | DF | 97 | 2F | 0 | 20 | 4F | D | 23 | 49 | 35 |
| Octal | 337 | 227 | 57 | 0 | 40 | 117 | 15 | 43 | 111 | 65 |
| Binary | 11011111 | 10010111 | 101111 | 0 | 100000 | 1001111 | 1101 | 100011 | 1001001 | 110101 |
Color Harmonies of #DF972F
Complementary color
Monochromatic Colors of #DF972F
Black with #DF972F
Text Example
Text Example
White with #DF972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF972F; }
p { color: rgb(223,151,47); }
H1.HeaderClassName
{
color: #DF972F;
}
.AnyTagClassName
{
color: #DF972F;
}
</style>
background-color css
<style>
a { background-color: #DF972F; }
a { background-color: rgb(223,151,47); }
div.DivClassName
{
background-color: #DF972F;
}
.BgClassName
{
background-color: #DF972F;
}
</style>
border-color css
<style>
span { border-color: #DF972F; }
span { border-color: rgb(223,151,47); }
td.TdClassName
{
border-color: #DF972F;
}
.TagClassName
{
border-color: #DF972F;
}
</style>