Shades of Buttercup #DF8D24
Tints of Buttercup #DF8D24
RGB
CMYK
RGB Variations
Color information
#DF8D24 (or 0xDF8D24) is known color: Buttercup. HEX triplet: DF, 8D and 24. RGB value is (223,141,36). Sum of RGB (Red+Green+Blue) = 223+141+36=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 36 (14.45% from 255 or 9% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8D24 is #2072DB. Grayscale: #9A9A9A. Windows color (decimal): -2126556 or 2395615. OLE color: 2395615.
HSL color Cylindrical-coordinate representation of color #DF8D24: hue angle of 33.69º 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 #DF8D24 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 36 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.13 |
| HSL | 33.69º | 0.75% | 0.51% | - |
| HSV(B) | 33.69º | 0.84% | 0.87% | - |
| XYZ | 40.27 | 34.87 | 6.28 | - |
| YUV | 153.55 | 61.67 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 36 | 0 | 0.37 | 0.84 | 0.13 | 33.69 | 0.75 | 0.51 |
| Hex | DF | 8D | 24 | 0 | 25 | 54 | D | 22 | 4B | 33 |
| Octal | 337 | 215 | 44 | 0 | 45 | 124 | 15 | 42 | 113 | 63 |
| Binary | 11011111 | 10001101 | 100100 | 0 | 100101 | 1010100 | 1101 | 100010 | 1001011 | 110011 |
Color Harmonies of #DF8D24
Complementary color
Monochromatic Colors of #DF8D24
Black with #DF8D24
Text Example
Text Example
White with #DF8D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8D24; }
p { color: rgb(223,141,36); }
H1.HeaderClassName
{
color: #DF8D24;
}
.AnyTagClassName
{
color: #DF8D24;
}
</style>
background-color css
<style>
a { background-color: #DF8D24; }
a { background-color: rgb(223,141,36); }
div.DivClassName
{
background-color: #DF8D24;
}
.BgClassName
{
background-color: #DF8D24;
}
</style>
border-color css
<style>
span { border-color: #DF8D24; }
span { border-color: rgb(223,141,36); }
td.TdClassName
{
border-color: #DF8D24;
}
.TagClassName
{
border-color: #DF8D24;
}
</style>