Shades of Buttercup #DF8529
Tints of Buttercup #DF8529
RGB
CMYK
RGB Variations
Color information
#DF8529 (or 0xDF8529) is known color: Buttercup. HEX triplet: DF, 85 and 29. RGB value is (223,133,41). Sum of RGB (Red+Green+Blue) = 223+133+41=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8529 is #207AD6. Grayscale: #959595. Windows color (decimal): -2128599 or 2721247. OLE color: 2721247.
HSL color Cylindrical-coordinate representation of color #DF8529: hue angle of 30.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF8529 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 41 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.13 |
| HSL | 30.33º | 0.74% | 0.52% | - |
| HSV(B) | 30.33º | 0.82% | 0.87% | - |
| XYZ | 39.22 | 32.62 | 6.33 | - |
| YUV | 149.42 | 66.82 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 41 | 0 | 0.40 | 0.82 | 0.13 | 30.33 | 0.74 | 0.52 |
| Hex | DF | 85 | 29 | 0 | 28 | 52 | D | 1E | 4A | 34 |
| Octal | 337 | 205 | 51 | 0 | 50 | 122 | 15 | 36 | 112 | 64 |
| Binary | 11011111 | 10000101 | 101001 | 0 | 101000 | 1010010 | 1101 | 11110 | 1001010 | 110100 |
Color Harmonies of #DF8529
Complementary color
Monochromatic Colors of #DF8529
Black with #DF8529
Text Example
Text Example
White with #DF8529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8529; }
p { color: rgb(223,133,41); }
H1.HeaderClassName
{
color: #DF8529;
}
.AnyTagClassName
{
color: #DF8529;
}
</style>
background-color css
<style>
a { background-color: #DF8529; }
a { background-color: rgb(223,133,41); }
div.DivClassName
{
background-color: #DF8529;
}
.BgClassName
{
background-color: #DF8529;
}
</style>
border-color css
<style>
span { border-color: #DF8529; }
span { border-color: rgb(223,133,41); }
td.TdClassName
{
border-color: #DF8529;
}
.TagClassName
{
border-color: #DF8529;
}
</style>