Shades of Buttercup #DF8E2C
Tints of Buttercup #DF8E2C
RGB
CMYK
RGB Variations
Color information
#DF8E2C (or 0xDF8E2C) is known color: Buttercup. HEX triplet: DF, 8E and 2C. RGB value is (223,142,44). Sum of RGB (Red+Green+Blue) = 223+142+44=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8E2C is #2071D3. Grayscale: #9B9B9B. Windows color (decimal): -2126292 or 2920159. OLE color: 2920159.
HSL color Cylindrical-coordinate representation of color #DF8E2C: hue angle of 32.85º 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 #DF8E2C is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 44 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.13 |
| HSL | 32.85º | 0.74% | 0.52% | - |
| HSV(B) | 32.85º | 0.8% | 0.87% | - |
| XYZ | 40.56 | 35.22 | 7.04 | - |
| YUV | 155.05 | 65.34 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 44 | 0 | 0.36 | 0.80 | 0.13 | 32.85 | 0.74 | 0.52 |
| Hex | DF | 8E | 2C | 0 | 24 | 50 | D | 21 | 4A | 34 |
| Octal | 337 | 216 | 54 | 0 | 44 | 120 | 15 | 41 | 112 | 64 |
| Binary | 11011111 | 10001110 | 101100 | 0 | 100100 | 1010000 | 1101 | 100001 | 1001010 | 110100 |
Color Harmonies of #DF8E2C
Complementary color
Monochromatic Colors of #DF8E2C
Black with #DF8E2C
Text Example
Text Example
White with #DF8E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8E2C; }
p { color: rgb(223,142,44); }
H1.HeaderClassName
{
color: #DF8E2C;
}
.AnyTagClassName
{
color: #DF8E2C;
}
</style>
background-color css
<style>
a { background-color: #DF8E2C; }
a { background-color: rgb(223,142,44); }
div.DivClassName
{
background-color: #DF8E2C;
}
.BgClassName
{
background-color: #DF8E2C;
}
</style>
border-color css
<style>
span { border-color: #DF8E2C; }
span { border-color: rgb(223,142,44); }
td.TdClassName
{
border-color: #DF8E2C;
}
.TagClassName
{
border-color: #DF8E2C;
}
</style>