Shades of Tree Poppy #DF8345
Tints of Tree Poppy #DF8345
RGB
CMYK
RGB Variations
Color information
#DF8345 (or 0xDF8345) is known color: Tree Poppy. HEX triplet: DF, 83 and 45. RGB value is (223,131,69). Sum of RGB (Red+Green+Blue) = 223+131+69=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8345 is #207CBA. Grayscale: #979797. Windows color (decimal): -2129083 or 4555743. OLE color: 4555743.
HSL color Cylindrical-coordinate representation of color #DF8345: hue angle of 24.16º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF8345 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 69 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.13 |
| HSL | 24.16º | 0.71% | 0.57% | - |
| HSV(B) | 24.16º | 0.69% | 0.87% | - |
| XYZ | 39.62 | 32.35 | 9.79 | - |
| YUV | 151.44 | 81.48 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 69 | 0 | 0.41 | 0.69 | 0.13 | 24.16 | 0.71 | 0.57 |
| Hex | DF | 83 | 45 | 0 | 29 | 45 | D | 18 | 47 | 39 |
| Octal | 337 | 203 | 105 | 0 | 51 | 105 | 15 | 30 | 107 | 71 |
| Binary | 11011111 | 10000011 | 1000101 | 0 | 101001 | 1000101 | 1101 | 11000 | 1000111 | 111001 |
Color Harmonies of #DF8345
Complementary color
Monochromatic Colors of #DF8345
Black with #DF8345
Text Example
Text Example
White with #DF8345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8345; }
p { color: rgb(223,131,69); }
H1.HeaderClassName
{
color: #DF8345;
}
.AnyTagClassName
{
color: #DF8345;
}
</style>
background-color css
<style>
a { background-color: #DF8345; }
a { background-color: rgb(223,131,69); }
div.DivClassName
{
background-color: #DF8345;
}
.BgClassName
{
background-color: #DF8345;
}
</style>
border-color css
<style>
span { border-color: #DF8345; }
span { border-color: rgb(223,131,69); }
td.TdClassName
{
border-color: #DF8345;
}
.TagClassName
{
border-color: #DF8345;
}
</style>