Shades of Buttercup #DF8A2E
Tints of Buttercup #DF8A2E
RGB
CMYK
RGB Variations
Color information
#DF8A2E (or 0xDF8A2E) is known color: Buttercup. HEX triplet: DF, 8A and 2E. RGB value is (223,138,46). Sum of RGB (Red+Green+Blue) = 223+138+46=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8A2E is #2075D1. Grayscale: #999999. Windows color (decimal): -2127314 or 3050207. OLE color: 3050207.
HSL color Cylindrical-coordinate representation of color #DF8A2E: hue angle of 31.19º 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 #DF8A2E is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 46 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.13 |
| HSL | 31.19º | 0.73% | 0.53% | - |
| HSV(B) | 31.19º | 0.79% | 0.87% | - |
| XYZ | 40.01 | 34.06 | 7.05 | - |
| YUV | 152.93 | 67.66 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 46 | 0 | 0.38 | 0.79 | 0.13 | 31.19 | 0.73 | 0.53 |
| Hex | DF | 8A | 2E | 0 | 26 | 4F | D | 1F | 49 | 35 |
| Octal | 337 | 212 | 56 | 0 | 46 | 117 | 15 | 37 | 111 | 65 |
| Binary | 11011111 | 10001010 | 101110 | 0 | 100110 | 1001111 | 1101 | 11111 | 1001001 | 110101 |
Color Harmonies of #DF8A2E
Complementary color
Monochromatic Colors of #DF8A2E
Black with #DF8A2E
Text Example
Text Example
White with #DF8A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A2E; }
p { color: rgb(223,138,46); }
H1.HeaderClassName
{
color: #DF8A2E;
}
.AnyTagClassName
{
color: #DF8A2E;
}
</style>
background-color css
<style>
a { background-color: #DF8A2E; }
a { background-color: rgb(223,138,46); }
div.DivClassName
{
background-color: #DF8A2E;
}
.BgClassName
{
background-color: #DF8A2E;
}
</style>
border-color css
<style>
span { border-color: #DF8A2E; }
span { border-color: rgb(223,138,46); }
td.TdClassName
{
border-color: #DF8A2E;
}
.TagClassName
{
border-color: #DF8A2E;
}
</style>