Shades of Buttercup #DF8F1E
Tints of Buttercup #DF8F1E
RGB
CMYK
RGB Variations
Color information
#DF8F1E (or 0xDF8F1E) is known color: Buttercup. HEX triplet: DF, 8F and 1E. RGB value is (223,143,30). Sum of RGB (Red+Green+Blue) = 223+143+30=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8F1E is #2070E1. Grayscale: #9A9A9A. Windows color (decimal): -2126050 or 2002911. OLE color: 2002911.
HSL color Cylindrical-coordinate representation of color #DF8F1E: hue angle of 35.13º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF8F1E is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 30 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.13 |
| HSL | 35.13º | 0.76% | 0.5% | - |
| HSV(B) | 35.13º | 0.87% | 0.87% | - |
| XYZ | 40.49 | 35.43 | 5.93 | - |
| YUV | 154.04 | 58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 30 | 0 | 0.36 | 0.87 | 0.13 | 35.13 | 0.76 | 0.5 |
| Hex | DF | 8F | 1E | 0 | 24 | 57 | D | 23 | 4C | 32 |
| Octal | 337 | 217 | 36 | 0 | 44 | 127 | 15 | 43 | 114 | 62 |
| Binary | 11011111 | 10001111 | 11110 | 0 | 100100 | 1010111 | 1101 | 100011 | 1001100 | 110010 |
Color Harmonies of #DF8F1E
Complementary color
Monochromatic Colors of #DF8F1E
Black with #DF8F1E
Text Example
Text Example
White with #DF8F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F1E; }
p { color: rgb(223,143,30); }
H1.HeaderClassName
{
color: #DF8F1E;
}
.AnyTagClassName
{
color: #DF8F1E;
}
</style>
background-color css
<style>
a { background-color: #DF8F1E; }
a { background-color: rgb(223,143,30); }
div.DivClassName
{
background-color: #DF8F1E;
}
.BgClassName
{
background-color: #DF8F1E;
}
</style>
border-color css
<style>
span { border-color: #DF8F1E; }
span { border-color: rgb(223,143,30); }
td.TdClassName
{
border-color: #DF8F1E;
}
.TagClassName
{
border-color: #DF8F1E;
}
</style>