Shades of Tree Poppy #DF7F3B
Tints of Tree Poppy #DF7F3B
RGB
CMYK
RGB Variations
Color information
#DF7F3B (or 0xDF7F3B) is known color: Tree Poppy. HEX triplet: DF, 7F and 3B. RGB value is (223,127,59). Sum of RGB (Red+Green+Blue) = 223+127+59=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7F3B is #2080C4. Grayscale: #949494. Windows color (decimal): -2130117 or 3899359. OLE color: 3899359.
HSL color Cylindrical-coordinate representation of color #DF7F3B: hue angle of 24.88º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF7F3B is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 59 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.13 |
| HSL | 24.88º | 0.72% | 0.55% | - |
| HSV(B) | 24.88º | 0.74% | 0.87% | - |
| XYZ | 38.81 | 31.18 | 8.11 | - |
| YUV | 147.95 | 77.8 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 59 | 0 | 0.43 | 0.74 | 0.13 | 24.88 | 0.72 | 0.55 |
| Hex | DF | 7F | 3B | 0 | 2B | 4A | D | 19 | 48 | 37 |
| Octal | 337 | 177 | 73 | 0 | 53 | 112 | 15 | 31 | 110 | 67 |
| Binary | 11011111 | 1111111 | 111011 | 0 | 101011 | 1001010 | 1101 | 11001 | 1001000 | 110111 |
Color Harmonies of #DF7F3B
Complementary color
Monochromatic Colors of #DF7F3B
Black with #DF7F3B
Text Example
Text Example
White with #DF7F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F3B; }
p { color: rgb(223,127,59); }
H1.HeaderClassName
{
color: #DF7F3B;
}
.AnyTagClassName
{
color: #DF7F3B;
}
</style>
background-color css
<style>
a { background-color: #DF7F3B; }
a { background-color: rgb(223,127,59); }
div.DivClassName
{
background-color: #DF7F3B;
}
.BgClassName
{
background-color: #DF7F3B;
}
</style>
border-color css
<style>
span { border-color: #DF7F3B; }
span { border-color: rgb(223,127,59); }
td.TdClassName
{
border-color: #DF7F3B;
}
.TagClassName
{
border-color: #DF7F3B;
}
</style>