Shades of Tree Poppy #DF8338
Tints of Tree Poppy #DF8338
RGB
CMYK
RGB Variations
Color information
#DF8338 (or 0xDF8338) is known color: Tree Poppy. HEX triplet: DF, 83 and 38. RGB value is (223,131,56). Sum of RGB (Red+Green+Blue) = 223+131+56=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8338 is #207CC7. Grayscale: #969696. Windows color (decimal): -2129096 or 3703775. OLE color: 3703775.
HSL color Cylindrical-coordinate representation of color #DF8338: hue angle of 26.95º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF8338 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 56 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.13 |
| HSL | 26.95º | 0.72% | 0.55% | - |
| HSV(B) | 26.95º | 0.75% | 0.87% | - |
| XYZ | 39.26 | 32.21 | 7.89 | - |
| YUV | 149.96 | 74.98 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 56 | 0 | 0.41 | 0.75 | 0.13 | 26.95 | 0.72 | 0.55 |
| Hex | DF | 83 | 38 | 0 | 29 | 4B | D | 1B | 48 | 37 |
| Octal | 337 | 203 | 70 | 0 | 51 | 113 | 15 | 33 | 110 | 67 |
| Binary | 11011111 | 10000011 | 111000 | 0 | 101001 | 1001011 | 1101 | 11011 | 1001000 | 110111 |
Color Harmonies of #DF8338
Complementary color
Monochromatic Colors of #DF8338
Black with #DF8338
Text Example
Text Example
White with #DF8338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8338; }
p { color: rgb(223,131,56); }
H1.HeaderClassName
{
color: #DF8338;
}
.AnyTagClassName
{
color: #DF8338;
}
</style>
background-color css
<style>
a { background-color: #DF8338; }
a { background-color: rgb(223,131,56); }
div.DivClassName
{
background-color: #DF8338;
}
.BgClassName
{
background-color: #DF8338;
}
</style>
border-color css
<style>
span { border-color: #DF8338; }
span { border-color: rgb(223,131,56); }
td.TdClassName
{
border-color: #DF8338;
}
.TagClassName
{
border-color: #DF8338;
}
</style>