Shades of Buttercup #DF9131
Tints of Buttercup #DF9131
RGB
CMYK
RGB Variations
Color information
#DF9131 (or 0xDF9131) is known color: Buttercup. HEX triplet: DF, 91 and 31. RGB value is (223,145,49). Sum of RGB (Red+Green+Blue) = 223+145+49=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9131 is #206ECE. Grayscale: #9D9D9D. Windows color (decimal): -2125519 or 3248607. OLE color: 3248607.
HSL color Cylindrical-coordinate representation of color #DF9131: hue angle of 33.1º 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 #DF9131 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 49 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.13 |
| HSL | 33.1º | 0.73% | 0.53% | - |
| HSV(B) | 33.1º | 0.78% | 0.87% | - |
| XYZ | 41.11 | 36.16 | 7.72 | - |
| YUV | 157.38 | 66.84 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 49 | 0 | 0.35 | 0.78 | 0.13 | 33.1 | 0.73 | 0.53 |
| Hex | DF | 91 | 31 | 0 | 23 | 4E | D | 21 | 49 | 35 |
| Octal | 337 | 221 | 61 | 0 | 43 | 116 | 15 | 41 | 111 | 65 |
| Binary | 11011111 | 10010001 | 110001 | 0 | 100011 | 1001110 | 1101 | 100001 | 1001001 | 110101 |
Color Harmonies of #DF9131
Complementary color
Monochromatic Colors of #DF9131
Black with #DF9131
Text Example
Text Example
White with #DF9131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9131; }
p { color: rgb(223,145,49); }
H1.HeaderClassName
{
color: #DF9131;
}
.AnyTagClassName
{
color: #DF9131;
}
</style>
background-color css
<style>
a { background-color: #DF9131; }
a { background-color: rgb(223,145,49); }
div.DivClassName
{
background-color: #DF9131;
}
.BgClassName
{
background-color: #DF9131;
}
</style>
border-color css
<style>
span { border-color: #DF9131; }
span { border-color: rgb(223,145,49); }
td.TdClassName
{
border-color: #DF9131;
}
.TagClassName
{
border-color: #DF9131;
}
</style>