Shades of Buttercup #DF882C
Tints of Buttercup #DF882C
RGB
CMYK
RGB Variations
Color information
#DF882C (or 0xDF882C) is known color: Buttercup. HEX triplet: DF, 88 and 2C. RGB value is (223,136,44). Sum of RGB (Red+Green+Blue) = 223+136+44=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF882C is #2077D3. Grayscale: #979797. Windows color (decimal): -2127828 or 2918623. OLE color: 2918623.
HSL color Cylindrical-coordinate representation of color #DF882C: hue angle of 30.84º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF882C is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 44 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.13 |
| HSL | 30.84º | 0.74% | 0.52% | - |
| HSV(B) | 30.84º | 0.8% | 0.87% | - |
| XYZ | 39.69 | 33.48 | 6.75 | - |
| YUV | 151.53 | 67.32 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 44 | 0 | 0.39 | 0.80 | 0.13 | 30.84 | 0.74 | 0.52 |
| Hex | DF | 88 | 2C | 0 | 27 | 50 | D | 1F | 4A | 34 |
| Octal | 337 | 210 | 54 | 0 | 47 | 120 | 15 | 37 | 112 | 64 |
| Binary | 11011111 | 10001000 | 101100 | 0 | 100111 | 1010000 | 1101 | 11111 | 1001010 | 110100 |
Color Harmonies of #DF882C
Complementary color
Monochromatic Colors of #DF882C
Black with #DF882C
Text Example
Text Example
White with #DF882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF882C; }
p { color: rgb(223,136,44); }
H1.HeaderClassName
{
color: #DF882C;
}
.AnyTagClassName
{
color: #DF882C;
}
</style>
background-color css
<style>
a { background-color: #DF882C; }
a { background-color: rgb(223,136,44); }
div.DivClassName
{
background-color: #DF882C;
}
.BgClassName
{
background-color: #DF882C;
}
</style>
border-color css
<style>
span { border-color: #DF882C; }
span { border-color: rgb(223,136,44); }
td.TdClassName
{
border-color: #DF882C;
}
.TagClassName
{
border-color: #DF882C;
}
</style>