Shades of Buttercup #DF9731
Tints of Buttercup #DF9731
RGB
CMYK
RGB Variations
Color information
#DF9731 (or 0xDF9731) is known color: Buttercup. HEX triplet: DF, 97 and 31. RGB value is (223,151,49). Sum of RGB (Red+Green+Blue) = 223+151+49=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9731 is #2068CE. Grayscale: #A1A1A1. Windows color (decimal): -2123983 or 3250143. OLE color: 3250143.
HSL color Cylindrical-coordinate representation of color #DF9731: hue angle of 35.17º 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 #DF9731 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 49 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.13 |
| HSL | 35.17º | 0.73% | 0.53% | - |
| HSV(B) | 35.17º | 0.78% | 0.87% | - |
| XYZ | 42.05 | 38.04 | 8.03 | - |
| YUV | 160.9 | 64.85 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 49 | 0 | 0.32 | 0.78 | 0.13 | 35.17 | 0.73 | 0.53 |
| Hex | DF | 97 | 31 | 0 | 20 | 4E | D | 23 | 49 | 35 |
| Octal | 337 | 227 | 61 | 0 | 40 | 116 | 15 | 43 | 111 | 65 |
| Binary | 11011111 | 10010111 | 110001 | 0 | 100000 | 1001110 | 1101 | 100011 | 1001001 | 110101 |
Color Harmonies of #DF9731
Complementary color
Monochromatic Colors of #DF9731
Black with #DF9731
Text Example
Text Example
White with #DF9731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9731; }
p { color: rgb(223,151,49); }
H1.HeaderClassName
{
color: #DF9731;
}
.AnyTagClassName
{
color: #DF9731;
}
</style>
background-color css
<style>
a { background-color: #DF9731; }
a { background-color: rgb(223,151,49); }
div.DivClassName
{
background-color: #DF9731;
}
.BgClassName
{
background-color: #DF9731;
}
</style>
border-color css
<style>
span { border-color: #DF9731; }
span { border-color: rgb(223,151,49); }
td.TdClassName
{
border-color: #DF9731;
}
.TagClassName
{
border-color: #DF9731;
}
</style>