Shades of Tree Poppy #DF7F3F
Tints of Tree Poppy #DF7F3F
RGB
CMYK
RGB Variations
Color information
#DF7F3F (or 0xDF7F3F) is known color: Tree Poppy. HEX triplet: DF, 7F and 3F. RGB value is (223,127,63). Sum of RGB (Red+Green+Blue) = 223+127+63=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7F3F is #2080C0. Grayscale: #949494. Windows color (decimal): -2130113 or 4161503. OLE color: 4161503.
HSL color Cylindrical-coordinate representation of color #DF7F3F: hue angle of 24º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF7F3F is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 63 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.13 |
| HSL | 24º | 0.71% | 0.56% | - |
| HSV(B) | 24º | 0.72% | 0.87% | - |
| XYZ | 38.92 | 31.23 | 8.68 | - |
| YUV | 148.41 | 79.8 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 63 | 0 | 0.43 | 0.72 | 0.13 | 24 | 0.71 | 0.56 |
| Hex | DF | 7F | 3F | 0 | 2B | 48 | D | 18 | 47 | 38 |
| Octal | 337 | 177 | 77 | 0 | 53 | 110 | 15 | 30 | 107 | 70 |
| Binary | 11011111 | 1111111 | 111111 | 0 | 101011 | 1001000 | 1101 | 11000 | 1000111 | 111000 |
Color Harmonies of #DF7F3F
Complementary color
Monochromatic Colors of #DF7F3F
Black with #DF7F3F
Text Example
Text Example
White with #DF7F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F3F; }
p { color: rgb(223,127,63); }
H1.HeaderClassName
{
color: #DF7F3F;
}
.AnyTagClassName
{
color: #DF7F3F;
}
</style>
background-color css
<style>
a { background-color: #DF7F3F; }
a { background-color: rgb(223,127,63); }
div.DivClassName
{
background-color: #DF7F3F;
}
.BgClassName
{
background-color: #DF7F3F;
}
</style>
border-color css
<style>
span { border-color: #DF7F3F; }
span { border-color: rgb(223,127,63); }
td.TdClassName
{
border-color: #DF7F3F;
}
.TagClassName
{
border-color: #DF7F3F;
}
</style>