Shades of Buttercup #DF9032
Tints of Buttercup #DF9032
RGB
CMYK
RGB Variations
Color information
#DF9032 (or 0xDF9032) is known color: Buttercup. HEX triplet: DF, 90 and 32. RGB value is (223,144,50). Sum of RGB (Red+Green+Blue) = 223+144+50=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9032 is #206FCD. Grayscale: #9D9D9D. Windows color (decimal): -2125774 or 3313887. OLE color: 3313887.
HSL color Cylindrical-coordinate representation of color #DF9032: hue angle of 32.6º 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 #DF9032 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 50 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.13 |
| HSL | 32.6º | 0.73% | 0.54% | - |
| HSV(B) | 32.6º | 0.78% | 0.87% | - |
| XYZ | 40.98 | 35.86 | 7.78 | - |
| YUV | 156.91 | 67.67 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 50 | 0 | 0.35 | 0.78 | 0.13 | 32.6 | 0.73 | 0.54 |
| Hex | DF | 90 | 32 | 0 | 23 | 4E | D | 21 | 49 | 36 |
| Octal | 337 | 220 | 62 | 0 | 43 | 116 | 15 | 41 | 111 | 66 |
| Binary | 11011111 | 10010000 | 110010 | 0 | 100011 | 1001110 | 1101 | 100001 | 1001001 | 110110 |
Color Harmonies of #DF9032
Complementary color
Monochromatic Colors of #DF9032
Black with #DF9032
Text Example
Text Example
White with #DF9032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9032; }
p { color: rgb(223,144,50); }
H1.HeaderClassName
{
color: #DF9032;
}
.AnyTagClassName
{
color: #DF9032;
}
</style>
background-color css
<style>
a { background-color: #DF9032; }
a { background-color: rgb(223,144,50); }
div.DivClassName
{
background-color: #DF9032;
}
.BgClassName
{
background-color: #DF9032;
}
</style>
border-color css
<style>
span { border-color: #DF9032; }
span { border-color: rgb(223,144,50); }
td.TdClassName
{
border-color: #DF9032;
}
.TagClassName
{
border-color: #DF9032;
}
</style>