Shades of Buttercup #DF8524
Tints of Buttercup #DF8524
RGB
CMYK
RGB Variations
Color information
#DF8524 (or 0xDF8524) is known color: Buttercup. HEX triplet: DF, 85 and 24. RGB value is (223,133,36). Sum of RGB (Red+Green+Blue) = 223+133+36=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8524 is #207ADB. Grayscale: #959595. Windows color (decimal): -2128604 or 2393567. OLE color: 2393567.
HSL color Cylindrical-coordinate representation of color #DF8524: hue angle of 31.12º 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 #DF8524 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 36 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.13 |
| HSL | 31.12º | 0.75% | 0.51% | - |
| HSV(B) | 31.12º | 0.84% | 0.87% | - |
| XYZ | 39.14 | 32.59 | 5.9 | - |
| YUV | 148.85 | 64.32 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 36 | 0 | 0.40 | 0.84 | 0.13 | 31.12 | 0.75 | 0.51 |
| Hex | DF | 85 | 24 | 0 | 28 | 54 | D | 1F | 4B | 33 |
| Octal | 337 | 205 | 44 | 0 | 50 | 124 | 15 | 37 | 113 | 63 |
| Binary | 11011111 | 10000101 | 100100 | 0 | 101000 | 1010100 | 1101 | 11111 | 1001011 | 110011 |
Color Harmonies of #DF8524
Complementary color
Monochromatic Colors of #DF8524
Black with #DF8524
Text Example
Text Example
White with #DF8524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8524; }
p { color: rgb(223,133,36); }
H1.HeaderClassName
{
color: #DF8524;
}
.AnyTagClassName
{
color: #DF8524;
}
</style>
background-color css
<style>
a { background-color: #DF8524; }
a { background-color: rgb(223,133,36); }
div.DivClassName
{
background-color: #DF8524;
}
.BgClassName
{
background-color: #DF8524;
}
</style>
border-color css
<style>
span { border-color: #DF8524; }
span { border-color: rgb(223,133,36); }
td.TdClassName
{
border-color: #DF8524;
}
.TagClassName
{
border-color: #DF8524;
}
</style>