Shades of Buttercup #DF8E30
Tints of Buttercup #DF8E30
RGB
CMYK
RGB Variations
Color information
#DF8E30 (or 0xDF8E30) is known color: Buttercup. HEX triplet: DF, 8E and 30. RGB value is (223,142,48). Sum of RGB (Red+Green+Blue) = 223+142+48=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8E30 is #2071CF. Grayscale: #9B9B9B. Windows color (decimal): -2126288 or 3182303. OLE color: 3182303.
HSL color Cylindrical-coordinate representation of color #DF8E30: hue angle of 32.23º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF8E30 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 48 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.13 |
| HSL | 32.23º | 0.73% | 0.53% | - |
| HSV(B) | 32.23º | 0.78% | 0.87% | - |
| XYZ | 40.64 | 35.25 | 7.46 | - |
| YUV | 155.5 | 67.34 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 48 | 0 | 0.36 | 0.78 | 0.13 | 32.23 | 0.73 | 0.53 |
| Hex | DF | 8E | 30 | 0 | 24 | 4E | D | 20 | 49 | 35 |
| Octal | 337 | 216 | 60 | 0 | 44 | 116 | 15 | 40 | 111 | 65 |
| Binary | 11011111 | 10001110 | 110000 | 0 | 100100 | 1001110 | 1101 | 100000 | 1001001 | 110101 |
Color Harmonies of #DF8E30
Complementary color
Monochromatic Colors of #DF8E30
Black with #DF8E30
Text Example
Text Example
White with #DF8E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8E30; }
p { color: rgb(223,142,48); }
H1.HeaderClassName
{
color: #DF8E30;
}
.AnyTagClassName
{
color: #DF8E30;
}
</style>
background-color css
<style>
a { background-color: #DF8E30; }
a { background-color: rgb(223,142,48); }
div.DivClassName
{
background-color: #DF8E30;
}
.BgClassName
{
background-color: #DF8E30;
}
</style>
border-color css
<style>
span { border-color: #DF8E30; }
span { border-color: rgb(223,142,48); }
td.TdClassName
{
border-color: #DF8E30;
}
.TagClassName
{
border-color: #DF8E30;
}
</style>