Shades of Tree Poppy #DF8036
Tints of Tree Poppy #DF8036
RGB
CMYK
RGB Variations
Color information
#DF8036 (or 0xDF8036) is known color: Tree Poppy. HEX triplet: DF, 80 and 36. RGB value is (223,128,54). Sum of RGB (Red+Green+Blue) = 223+128+54=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8036 is #207FC9. Grayscale: #949494. Windows color (decimal): -2129866 or 3571935. OLE color: 3571935.
HSL color Cylindrical-coordinate representation of color #DF8036: hue angle of 26.27º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF8036 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 54 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.13 |
| HSL | 26.27º | 0.73% | 0.54% | - |
| HSV(B) | 26.27º | 0.76% | 0.87% | - |
| XYZ | 38.82 | 31.39 | 7.5 | - |
| YUV | 147.97 | 74.97 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 54 | 0 | 0.43 | 0.76 | 0.13 | 26.27 | 0.73 | 0.54 |
| Hex | DF | 80 | 36 | 0 | 2B | 4C | D | 1A | 49 | 36 |
| Octal | 337 | 200 | 66 | 0 | 53 | 114 | 15 | 32 | 111 | 66 |
| Binary | 11011111 | 10000000 | 110110 | 0 | 101011 | 1001100 | 1101 | 11010 | 1001001 | 110110 |
Color Harmonies of #DF8036
Complementary color
Monochromatic Colors of #DF8036
Black with #DF8036
Text Example
Text Example
White with #DF8036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8036; }
p { color: rgb(223,128,54); }
H1.HeaderClassName
{
color: #DF8036;
}
.AnyTagClassName
{
color: #DF8036;
}
</style>
background-color css
<style>
a { background-color: #DF8036; }
a { background-color: rgb(223,128,54); }
div.DivClassName
{
background-color: #DF8036;
}
.BgClassName
{
background-color: #DF8036;
}
</style>
border-color css
<style>
span { border-color: #DF8036; }
span { border-color: rgb(223,128,54); }
td.TdClassName
{
border-color: #DF8036;
}
.TagClassName
{
border-color: #DF8036;
}
</style>