Shades of Buttercup #DF8528
Tints of Buttercup #DF8528
RGB
CMYK
RGB Variations
Color information
#DF8528 (or 0xDF8528) is known color: Buttercup. HEX triplet: DF, 85 and 28. RGB value is (223,133,40). Sum of RGB (Red+Green+Blue) = 223+133+40=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8528 is #207AD7. Grayscale: #959595. Windows color (decimal): -2128600 or 2655711. OLE color: 2655711.
HSL color Cylindrical-coordinate representation of color #DF8528: hue angle of 30.49º 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 #DF8528 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 40 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.13 |
| HSL | 30.49º | 0.74% | 0.52% | - |
| HSV(B) | 30.49º | 0.82% | 0.87% | - |
| XYZ | 39.2 | 32.62 | 6.24 | - |
| YUV | 149.31 | 66.32 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 40 | 0 | 0.40 | 0.82 | 0.13 | 30.49 | 0.74 | 0.52 |
| Hex | DF | 85 | 28 | 0 | 28 | 52 | D | 1E | 4A | 34 |
| Octal | 337 | 205 | 50 | 0 | 50 | 122 | 15 | 36 | 112 | 64 |
| Binary | 11011111 | 10000101 | 101000 | 0 | 101000 | 1010010 | 1101 | 11110 | 1001010 | 110100 |
Color Harmonies of #DF8528
Complementary color
Monochromatic Colors of #DF8528
Black with #DF8528
Text Example
Text Example
White with #DF8528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8528; }
p { color: rgb(223,133,40); }
H1.HeaderClassName
{
color: #DF8528;
}
.AnyTagClassName
{
color: #DF8528;
}
</style>
background-color css
<style>
a { background-color: #DF8528; }
a { background-color: rgb(223,133,40); }
div.DivClassName
{
background-color: #DF8528;
}
.BgClassName
{
background-color: #DF8528;
}
</style>
border-color css
<style>
span { border-color: #DF8528; }
span { border-color: rgb(223,133,40); }
td.TdClassName
{
border-color: #DF8528;
}
.TagClassName
{
border-color: #DF8528;
}
</style>