Shades of Buttercup #DF8C2E
Tints of Buttercup #DF8C2E
RGB
CMYK
RGB Variations
Color information
#DF8C2E (or 0xDF8C2E) is known color: Buttercup. HEX triplet: DF, 8C and 2E. RGB value is (223,140,46). Sum of RGB (Red+Green+Blue) = 223+140+46=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8C2E is #2073D1. Grayscale: #9A9A9A. Windows color (decimal): -2126802 or 3050719. OLE color: 3050719.
HSL color Cylindrical-coordinate representation of color #DF8C2E: hue angle of 31.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF8C2E is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 46 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.13 |
| HSL | 31.86º | 0.73% | 0.53% | - |
| HSV(B) | 31.86º | 0.79% | 0.87% | - |
| XYZ | 40.3 | 34.64 | 7.15 | - |
| YUV | 154.1 | 67 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 46 | 0 | 0.37 | 0.79 | 0.13 | 31.86 | 0.73 | 0.53 |
| Hex | DF | 8C | 2E | 0 | 25 | 4F | D | 20 | 49 | 35 |
| Octal | 337 | 214 | 56 | 0 | 45 | 117 | 15 | 40 | 111 | 65 |
| Binary | 11011111 | 10001100 | 101110 | 0 | 100101 | 1001111 | 1101 | 100000 | 1001001 | 110101 |
Color Harmonies of #DF8C2E
Complementary color
Monochromatic Colors of #DF8C2E
Black with #DF8C2E
Text Example
Text Example
White with #DF8C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C2E; }
p { color: rgb(223,140,46); }
H1.HeaderClassName
{
color: #DF8C2E;
}
.AnyTagClassName
{
color: #DF8C2E;
}
</style>
background-color css
<style>
a { background-color: #DF8C2E; }
a { background-color: rgb(223,140,46); }
div.DivClassName
{
background-color: #DF8C2E;
}
.BgClassName
{
background-color: #DF8C2E;
}
</style>
border-color css
<style>
span { border-color: #DF8C2E; }
span { border-color: rgb(223,140,46); }
td.TdClassName
{
border-color: #DF8C2E;
}
.TagClassName
{
border-color: #DF8C2E;
}
</style>