Shades of Tree Poppy #DF7F38
Tints of Tree Poppy #DF7F38
RGB
CMYK
RGB Variations
Color information
#DF7F38 (or 0xDF7F38) is known color: Tree Poppy. HEX triplet: DF, 7F and 38. RGB value is (223,127,56). Sum of RGB (Red+Green+Blue) = 223+127+56=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7F38 is #2080C7. Grayscale: #939393. Windows color (decimal): -2130120 or 3702751. OLE color: 3702751.
HSL color Cylindrical-coordinate representation of color #DF7F38: hue angle of 25.51º 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 #DF7F38 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 56 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.13 |
| HSL | 25.51º | 0.72% | 0.55% | - |
| HSV(B) | 25.51º | 0.75% | 0.87% | - |
| XYZ | 38.73 | 31.15 | 7.71 | - |
| YUV | 147.61 | 76.3 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 56 | 0 | 0.43 | 0.75 | 0.13 | 25.51 | 0.72 | 0.55 |
| Hex | DF | 7F | 38 | 0 | 2B | 4B | D | 1A | 48 | 37 |
| Octal | 337 | 177 | 70 | 0 | 53 | 113 | 15 | 32 | 110 | 67 |
| Binary | 11011111 | 1111111 | 111000 | 0 | 101011 | 1001011 | 1101 | 11010 | 1001000 | 110111 |
Color Harmonies of #DF7F38
Complementary color
Monochromatic Colors of #DF7F38
Black with #DF7F38
Text Example
Text Example
White with #DF7F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F38; }
p { color: rgb(223,127,56); }
H1.HeaderClassName
{
color: #DF7F38;
}
.AnyTagClassName
{
color: #DF7F38;
}
</style>
background-color css
<style>
a { background-color: #DF7F38; }
a { background-color: rgb(223,127,56); }
div.DivClassName
{
background-color: #DF7F38;
}
.BgClassName
{
background-color: #DF7F38;
}
</style>
border-color css
<style>
span { border-color: #DF7F38; }
span { border-color: rgb(223,127,56); }
td.TdClassName
{
border-color: #DF7F38;
}
.TagClassName
{
border-color: #DF7F38;
}
</style>