Shades of Buttercup #DF8F1F
Tints of Buttercup #DF8F1F
RGB
CMYK
RGB Variations
Color information
#DF8F1F (or 0xDF8F1F) is known color: Buttercup. HEX triplet: DF, 8F and 1F. RGB value is (223,143,31). Sum of RGB (Red+Green+Blue) = 223+143+31=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8F1F is #2070E0. Grayscale: #9A9A9A. Windows color (decimal): -2126049 or 2068447. OLE color: 2068447.
HSL color Cylindrical-coordinate representation of color #DF8F1F: hue angle of 35º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF8F1F is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 31 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.13 |
| HSL | 35º | 0.76% | 0.5% | - |
| HSV(B) | 35º | 0.86% | 0.87% | - |
| XYZ | 40.5 | 35.43 | 6 | - |
| YUV | 154.15 | 58.5 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 31 | 0 | 0.36 | 0.86 | 0.13 | 35 | 0.76 | 0.5 |
| Hex | DF | 8F | 1F | 0 | 24 | 56 | D | 23 | 4C | 32 |
| Octal | 337 | 217 | 37 | 0 | 44 | 126 | 15 | 43 | 114 | 62 |
| Binary | 11011111 | 10001111 | 11111 | 0 | 100100 | 1010110 | 1101 | 100011 | 1001100 | 110010 |
Color Harmonies of #DF8F1F
Complementary color
Monochromatic Colors of #DF8F1F
Black with #DF8F1F
Text Example
Text Example
White with #DF8F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F1F; }
p { color: rgb(223,143,31); }
H1.HeaderClassName
{
color: #DF8F1F;
}
.AnyTagClassName
{
color: #DF8F1F;
}
</style>
background-color css
<style>
a { background-color: #DF8F1F; }
a { background-color: rgb(223,143,31); }
div.DivClassName
{
background-color: #DF8F1F;
}
.BgClassName
{
background-color: #DF8F1F;
}
</style>
border-color css
<style>
span { border-color: #DF8F1F; }
span { border-color: rgb(223,143,31); }
td.TdClassName
{
border-color: #DF8F1F;
}
.TagClassName
{
border-color: #DF8F1F;
}
</style>