Shades of Tree Poppy #DF7D38
Tints of Tree Poppy #DF7D38
RGB
CMYK
RGB Variations
Color information
#DF7D38 (or 0xDF7D38) is known color: Tree Poppy. HEX triplet: DF, 7D and 38. RGB value is (223,125,56). Sum of RGB (Red+Green+Blue) = 223+125+56=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7D38 is #2082C7. Grayscale: #929292. Windows color (decimal): -2130632 or 3702239. OLE color: 3702239.
HSL color Cylindrical-coordinate representation of color #DF7D38: hue angle of 24.79º 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 #DF7D38 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 56 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.13 |
| HSL | 24.79º | 0.72% | 0.55% | - |
| HSV(B) | 24.79º | 0.75% | 0.87% | - |
| XYZ | 38.48 | 30.64 | 7.63 | - |
| YUV | 146.44 | 76.97 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 56 | 0 | 0.44 | 0.75 | 0.13 | 24.79 | 0.72 | 0.55 |
| Hex | DF | 7D | 38 | 0 | 2C | 4B | D | 19 | 48 | 37 |
| Octal | 337 | 175 | 70 | 0 | 54 | 113 | 15 | 31 | 110 | 67 |
| Binary | 11011111 | 1111101 | 111000 | 0 | 101100 | 1001011 | 1101 | 11001 | 1001000 | 110111 |
Color Harmonies of #DF7D38
Complementary color
Monochromatic Colors of #DF7D38
Black with #DF7D38
Text Example
Text Example
White with #DF7D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D38; }
p { color: rgb(223,125,56); }
H1.HeaderClassName
{
color: #DF7D38;
}
.AnyTagClassName
{
color: #DF7D38;
}
</style>
background-color css
<style>
a { background-color: #DF7D38; }
a { background-color: rgb(223,125,56); }
div.DivClassName
{
background-color: #DF7D38;
}
.BgClassName
{
background-color: #DF7D38;
}
</style>
border-color css
<style>
span { border-color: #DF7D38; }
span { border-color: rgb(223,125,56); }
td.TdClassName
{
border-color: #DF7D38;
}
.TagClassName
{
border-color: #DF7D38;
}
</style>