Shades of Buttercup #DF8821
Tints of Buttercup #DF8821
RGB
CMYK
RGB Variations
Color information
#DF8821 (or 0xDF8821) is known color: Buttercup. HEX triplet: DF, 88 and 21. RGB value is (223,136,33). Sum of RGB (Red+Green+Blue) = 223+136+33=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8821 is #2077DE. Grayscale: #969696. Windows color (decimal): -2127839 or 2197727. OLE color: 2197727.
HSL color Cylindrical-coordinate representation of color #DF8821: hue angle of 32.53º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF8821 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 33 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.13 |
| HSL | 32.53º | 0.75% | 0.5% | - |
| HSV(B) | 32.53º | 0.85% | 0.87% | - |
| XYZ | 39.51 | 33.41 | 5.8 | - |
| YUV | 150.27 | 61.82 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 33 | 0 | 0.39 | 0.85 | 0.13 | 32.53 | 0.75 | 0.5 |
| Hex | DF | 88 | 21 | 0 | 27 | 55 | D | 21 | 4B | 32 |
| Octal | 337 | 210 | 41 | 0 | 47 | 125 | 15 | 41 | 113 | 62 |
| Binary | 11011111 | 10001000 | 100001 | 0 | 100111 | 1010101 | 1101 | 100001 | 1001011 | 110010 |
Color Harmonies of #DF8821
Complementary color
Monochromatic Colors of #DF8821
Black with #DF8821
Text Example
Text Example
White with #DF8821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8821; }
p { color: rgb(223,136,33); }
H1.HeaderClassName
{
color: #DF8821;
}
.AnyTagClassName
{
color: #DF8821;
}
</style>
background-color css
<style>
a { background-color: #DF8821; }
a { background-color: rgb(223,136,33); }
div.DivClassName
{
background-color: #DF8821;
}
.BgClassName
{
background-color: #DF8821;
}
</style>
border-color css
<style>
span { border-color: #DF8821; }
span { border-color: rgb(223,136,33); }
td.TdClassName
{
border-color: #DF8821;
}
.TagClassName
{
border-color: #DF8821;
}
</style>