Shades of Buttercup #DF992F
Tints of Buttercup #DF992F
RGB
CMYK
RGB Variations
Color information
#DF992F (or 0xDF992F) is known color: Buttercup. HEX triplet: DF, 99 and 2F. RGB value is (223,153,47). Sum of RGB (Red+Green+Blue) = 223+153+47=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF992F is #2066D0. Grayscale: #A2A2A2. Windows color (decimal): -2123473 or 3119583. OLE color: 3119583.
HSL color Cylindrical-coordinate representation of color #DF992F: hue angle of 36.14º 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 #DF992F is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 47 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.13 |
| HSL | 36.14º | 0.73% | 0.53% | - |
| HSV(B) | 36.14º | 0.79% | 0.87% | - |
| XYZ | 42.34 | 38.68 | 7.92 | - |
| YUV | 161.85 | 63.19 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 47 | 0 | 0.31 | 0.79 | 0.13 | 36.14 | 0.73 | 0.53 |
| Hex | DF | 99 | 2F | 0 | 1F | 4F | D | 24 | 49 | 35 |
| Octal | 337 | 231 | 57 | 0 | 37 | 117 | 15 | 44 | 111 | 65 |
| Binary | 11011111 | 10011001 | 101111 | 0 | 11111 | 1001111 | 1101 | 100100 | 1001001 | 110101 |
Color Harmonies of #DF992F
Complementary color
Monochromatic Colors of #DF992F
Black with #DF992F
Text Example
Text Example
White with #DF992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF992F; }
p { color: rgb(223,153,47); }
H1.HeaderClassName
{
color: #DF992F;
}
.AnyTagClassName
{
color: #DF992F;
}
</style>
background-color css
<style>
a { background-color: #DF992F; }
a { background-color: rgb(223,153,47); }
div.DivClassName
{
background-color: #DF992F;
}
.BgClassName
{
background-color: #DF992F;
}
</style>
border-color css
<style>
span { border-color: #DF992F; }
span { border-color: rgb(223,153,47); }
td.TdClassName
{
border-color: #DF992F;
}
.TagClassName
{
border-color: #DF992F;
}
</style>