Shades of Buttercup #DF9031
Tints of Buttercup #DF9031
RGB
CMYK
RGB Variations
Color information
#DF9031 (or 0xDF9031) is known color: Buttercup. HEX triplet: DF, 90 and 31. RGB value is (223,144,49). Sum of RGB (Red+Green+Blue) = 223+144+49=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9031 is #206FCE. Grayscale: #9D9D9D. Windows color (decimal): -2125775 or 3248351. OLE color: 3248351.
HSL color Cylindrical-coordinate representation of color #DF9031: hue angle of 32.76º 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 #DF9031 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 49 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.13 |
| HSL | 32.76º | 0.73% | 0.53% | - |
| HSV(B) | 32.76º | 0.78% | 0.87% | - |
| XYZ | 40.96 | 35.86 | 7.67 | - |
| YUV | 156.79 | 67.17 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 49 | 0 | 0.35 | 0.78 | 0.13 | 32.76 | 0.73 | 0.53 |
| Hex | DF | 90 | 31 | 0 | 23 | 4E | D | 21 | 49 | 35 |
| Octal | 337 | 220 | 61 | 0 | 43 | 116 | 15 | 41 | 111 | 65 |
| Binary | 11011111 | 10010000 | 110001 | 0 | 100011 | 1001110 | 1101 | 100001 | 1001001 | 110101 |
Color Harmonies of #DF9031
Complementary color
Monochromatic Colors of #DF9031
Black with #DF9031
Text Example
Text Example
White with #DF9031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9031; }
p { color: rgb(223,144,49); }
H1.HeaderClassName
{
color: #DF9031;
}
.AnyTagClassName
{
color: #DF9031;
}
</style>
background-color css
<style>
a { background-color: #DF9031; }
a { background-color: rgb(223,144,49); }
div.DivClassName
{
background-color: #DF9031;
}
.BgClassName
{
background-color: #DF9031;
}
</style>
border-color css
<style>
span { border-color: #DF9031; }
span { border-color: rgb(223,144,49); }
td.TdClassName
{
border-color: #DF9031;
}
.TagClassName
{
border-color: #DF9031;
}
</style>