Shades of Buttercup #DF9F31
Tints of Buttercup #DF9F31
RGB
CMYK
RGB Variations
Color information
#DF9F31 (or 0xDF9F31) is known color: Buttercup. HEX triplet: DF, 9F and 31. RGB value is (223,159,49). Sum of RGB (Red+Green+Blue) = 223+159+49=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9F31 is #2060CE. Grayscale: #A6A6A6. Windows color (decimal): -2121935 or 3252191. OLE color: 3252191.
HSL color Cylindrical-coordinate representation of color #DF9F31: hue angle of 37.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF9F31 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 49 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.13 |
| HSL | 37.93º | 0.73% | 0.53% | - |
| HSV(B) | 37.93º | 0.78% | 0.87% | - |
| XYZ | 43.38 | 40.71 | 8.48 | - |
| YUV | 165.6 | 62.2 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 49 | 0 | 0.29 | 0.78 | 0.13 | 37.93 | 0.73 | 0.53 |
| Hex | DF | 9F | 31 | 0 | 1D | 4E | D | 26 | 49 | 35 |
| Octal | 337 | 237 | 61 | 0 | 35 | 116 | 15 | 46 | 111 | 65 |
| Binary | 11011111 | 10011111 | 110001 | 0 | 11101 | 1001110 | 1101 | 100110 | 1001001 | 110101 |
Color Harmonies of #DF9F31
Complementary color
Monochromatic Colors of #DF9F31
Black with #DF9F31
Text Example
Text Example
White with #DF9F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9F31; }
p { color: rgb(223,159,49); }
H1.HeaderClassName
{
color: #DF9F31;
}
.AnyTagClassName
{
color: #DF9F31;
}
</style>
background-color css
<style>
a { background-color: #DF9F31; }
a { background-color: rgb(223,159,49); }
div.DivClassName
{
background-color: #DF9F31;
}
.BgClassName
{
background-color: #DF9F31;
}
</style>
border-color css
<style>
span { border-color: #DF9F31; }
span { border-color: rgb(223,159,49); }
td.TdClassName
{
border-color: #DF9F31;
}
.TagClassName
{
border-color: #DF9F31;
}
</style>