Shades of Tree Poppy #DF8235
Tints of Tree Poppy #DF8235
RGB
CMYK
RGB Variations
Color information
#DF8235 (or 0xDF8235) is known color: Tree Poppy. HEX triplet: DF, 82 and 35. RGB value is (223,130,53). Sum of RGB (Red+Green+Blue) = 223+130+53=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8235 is #207DCA. Grayscale: #959595. Windows color (decimal): -2129355 or 3506911. OLE color: 3506911.
HSL color Cylindrical-coordinate representation of color #DF8235: hue angle of 27.18º 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 #DF8235 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 53 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.13 |
| HSL | 27.18º | 0.73% | 0.54% | - |
| HSV(B) | 27.18º | 0.76% | 0.87% | - |
| XYZ | 39.06 | 31.91 | 7.47 | - |
| YUV | 149.03 | 73.81 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 53 | 0 | 0.42 | 0.76 | 0.13 | 27.18 | 0.73 | 0.54 |
| Hex | DF | 82 | 35 | 0 | 2A | 4C | D | 1B | 49 | 36 |
| Octal | 337 | 202 | 65 | 0 | 52 | 114 | 15 | 33 | 111 | 66 |
| Binary | 11011111 | 10000010 | 110101 | 0 | 101010 | 1001100 | 1101 | 11011 | 1001001 | 110110 |
Color Harmonies of #DF8235
Complementary color
Monochromatic Colors of #DF8235
Black with #DF8235
Text Example
Text Example
White with #DF8235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8235; }
p { color: rgb(223,130,53); }
H1.HeaderClassName
{
color: #DF8235;
}
.AnyTagClassName
{
color: #DF8235;
}
</style>
background-color css
<style>
a { background-color: #DF8235; }
a { background-color: rgb(223,130,53); }
div.DivClassName
{
background-color: #DF8235;
}
.BgClassName
{
background-color: #DF8235;
}
</style>
border-color css
<style>
span { border-color: #DF8235; }
span { border-color: rgb(223,130,53); }
td.TdClassName
{
border-color: #DF8235;
}
.TagClassName
{
border-color: #DF8235;
}
</style>