Shades of Tree Poppy #DF8332
Tints of Tree Poppy #DF8332
RGB
CMYK
RGB Variations
Color information
#DF8332 (or 0xDF8332) is known color: Tree Poppy. HEX triplet: DF, 83 and 32. RGB value is (223,131,50). Sum of RGB (Red+Green+Blue) = 223+131+50=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8332 is #207CCD. Grayscale: #959595. Windows color (decimal): -2129102 or 3310559. OLE color: 3310559.
HSL color Cylindrical-coordinate representation of color #DF8332: hue angle of 28.09º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF8332 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 50 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.13 |
| HSL | 28.09º | 0.73% | 0.54% | - |
| HSV(B) | 28.09º | 0.78% | 0.87% | - |
| XYZ | 39.12 | 32.15 | 7.16 | - |
| YUV | 149.27 | 71.98 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 50 | 0 | 0.41 | 0.78 | 0.13 | 28.09 | 0.73 | 0.54 |
| Hex | DF | 83 | 32 | 0 | 29 | 4E | D | 1C | 49 | 36 |
| Octal | 337 | 203 | 62 | 0 | 51 | 116 | 15 | 34 | 111 | 66 |
| Binary | 11011111 | 10000011 | 110010 | 0 | 101001 | 1001110 | 1101 | 11100 | 1001001 | 110110 |
Color Harmonies of #DF8332
Complementary color
Monochromatic Colors of #DF8332
Black with #DF8332
Text Example
Text Example
White with #DF8332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8332; }
p { color: rgb(223,131,50); }
H1.HeaderClassName
{
color: #DF8332;
}
.AnyTagClassName
{
color: #DF8332;
}
</style>
background-color css
<style>
a { background-color: #DF8332; }
a { background-color: rgb(223,131,50); }
div.DivClassName
{
background-color: #DF8332;
}
.BgClassName
{
background-color: #DF8332;
}
</style>
border-color css
<style>
span { border-color: #DF8332; }
span { border-color: rgb(223,131,50); }
td.TdClassName
{
border-color: #DF8332;
}
.TagClassName
{
border-color: #DF8332;
}
</style>