Shades of Buttercup #DF9824
Tints of Buttercup #DF9824
RGB
CMYK
RGB Variations
Color information
#DF9824 (or 0xDF9824) is known color: Buttercup. HEX triplet: DF, 98 and 24. RGB value is (223,152,36). Sum of RGB (Red+Green+Blue) = 223+152+36=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9824 is #2067DB. Grayscale: #A0A0A0. Windows color (decimal): -2123740 or 2398431. OLE color: 2398431.
HSL color Cylindrical-coordinate representation of color #DF9824: hue angle of 37.22º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF9824 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 36 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.13 |
| HSL | 37.22º | 0.75% | 0.51% | - |
| HSV(B) | 37.22º | 0.84% | 0.87% | - |
| XYZ | 41.98 | 38.27 | 6.84 | - |
| YUV | 160.01 | 58.02 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 36 | 0 | 0.32 | 0.84 | 0.13 | 37.22 | 0.75 | 0.51 |
| Hex | DF | 98 | 24 | 0 | 20 | 54 | D | 25 | 4B | 33 |
| Octal | 337 | 230 | 44 | 0 | 40 | 124 | 15 | 45 | 113 | 63 |
| Binary | 11011111 | 10011000 | 100100 | 0 | 100000 | 1010100 | 1101 | 100101 | 1001011 | 110011 |
Color Harmonies of #DF9824
Complementary color
Monochromatic Colors of #DF9824
Black with #DF9824
Text Example
Text Example
White with #DF9824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9824; }
p { color: rgb(223,152,36); }
H1.HeaderClassName
{
color: #DF9824;
}
.AnyTagClassName
{
color: #DF9824;
}
</style>
background-color css
<style>
a { background-color: #DF9824; }
a { background-color: rgb(223,152,36); }
div.DivClassName
{
background-color: #DF9824;
}
.BgClassName
{
background-color: #DF9824;
}
</style>
border-color css
<style>
span { border-color: #DF9824; }
span { border-color: rgb(223,152,36); }
td.TdClassName
{
border-color: #DF9824;
}
.TagClassName
{
border-color: #DF9824;
}
</style>