Shades of Buttercup #DFA032
Tints of Buttercup #DFA032
RGB
CMYK
RGB Variations
Color information
#DFA032 (or 0xDFA032) is known color: Buttercup. HEX triplet: DF, A0 and 32. RGB value is (223,160,50). Sum of RGB (Red+Green+Blue) = 223+160+50=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA032 is #205FCD. Grayscale: #A6A6A6. Windows color (decimal): -2121678 or 3317983. OLE color: 3317983.
HSL color Cylindrical-coordinate representation of color #DFA032: hue angle of 38.15º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFA032 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 50 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.13 |
| HSL | 38.15º | 0.73% | 0.54% | - |
| HSV(B) | 38.15º | 0.78% | 0.87% | - |
| XYZ | 43.58 | 41.06 | 8.65 | - |
| YUV | 166.3 | 62.37 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 50 | 0 | 0.28 | 0.78 | 0.13 | 38.15 | 0.73 | 0.54 |
| Hex | DF | A0 | 32 | 0 | 1C | 4E | D | 26 | 49 | 36 |
| Octal | 337 | 240 | 62 | 0 | 34 | 116 | 15 | 46 | 111 | 66 |
| Binary | 11011111 | 10100000 | 110010 | 0 | 11100 | 1001110 | 1101 | 100110 | 1001001 | 110110 |
Color Harmonies of #DFA032
Complementary color
Monochromatic Colors of #DFA032
Black with #DFA032
Text Example
Text Example
White with #DFA032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA032; }
p { color: rgb(223,160,50); }
H1.HeaderClassName
{
color: #DFA032;
}
.AnyTagClassName
{
color: #DFA032;
}
</style>
background-color css
<style>
a { background-color: #DFA032; }
a { background-color: rgb(223,160,50); }
div.DivClassName
{
background-color: #DFA032;
}
.BgClassName
{
background-color: #DFA032;
}
</style>
border-color css
<style>
span { border-color: #DFA032; }
span { border-color: rgb(223,160,50); }
td.TdClassName
{
border-color: #DFA032;
}
.TagClassName
{
border-color: #DFA032;
}
</style>