Shades of Tree Poppy #DF8135
Tints of Tree Poppy #DF8135
RGB
CMYK
RGB Variations
Color information
#DF8135 (or 0xDF8135) is known color: Tree Poppy. HEX triplet: DF, 81 and 35. RGB value is (223,129,53). Sum of RGB (Red+Green+Blue) = 223+129+53=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8135 is #207ECA. Grayscale: #949494. Windows color (decimal): -2129611 or 3506655. OLE color: 3506655.
HSL color Cylindrical-coordinate representation of color #DF8135: hue angle of 26.82º 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 #DF8135 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 53 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.13 |
| HSL | 26.82º | 0.73% | 0.54% | - |
| HSV(B) | 26.82º | 0.76% | 0.87% | - |
| XYZ | 38.92 | 31.65 | 7.42 | - |
| YUV | 148.44 | 74.14 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 53 | 0 | 0.42 | 0.76 | 0.13 | 26.82 | 0.73 | 0.54 |
| Hex | DF | 81 | 35 | 0 | 2A | 4C | D | 1B | 49 | 36 |
| Octal | 337 | 201 | 65 | 0 | 52 | 114 | 15 | 33 | 111 | 66 |
| Binary | 11011111 | 10000001 | 110101 | 0 | 101010 | 1001100 | 1101 | 11011 | 1001001 | 110110 |
Color Harmonies of #DF8135
Complementary color
Monochromatic Colors of #DF8135
Black with #DF8135
Text Example
Text Example
White with #DF8135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8135; }
p { color: rgb(223,129,53); }
H1.HeaderClassName
{
color: #DF8135;
}
.AnyTagClassName
{
color: #DF8135;
}
</style>
background-color css
<style>
a { background-color: #DF8135; }
a { background-color: rgb(223,129,53); }
div.DivClassName
{
background-color: #DF8135;
}
.BgClassName
{
background-color: #DF8135;
}
</style>
border-color css
<style>
span { border-color: #DF8135; }
span { border-color: rgb(223,129,53); }
td.TdClassName
{
border-color: #DF8135;
}
.TagClassName
{
border-color: #DF8135;
}
</style>