Shades of Tree Poppy #DF7C3D
Tints of Tree Poppy #DF7C3D
RGB
CMYK
RGB Variations
Color information
#DF7C3D (or 0xDF7C3D) is known color: Tree Poppy. HEX triplet: DF, 7C and 3D. RGB value is (223,124,61). Sum of RGB (Red+Green+Blue) = 223+124+61=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7C3D is #2083C2. Grayscale: #929292. Windows color (decimal): -2130883 or 4029663. OLE color: 4029663.
HSL color Cylindrical-coordinate representation of color #DF7C3D: hue angle of 23.33º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF7C3D is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 61 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.13 |
| HSL | 23.33º | 0.72% | 0.56% | - |
| HSV(B) | 23.33º | 0.73% | 0.87% | - |
| XYZ | 38.48 | 30.44 | 8.26 | - |
| YUV | 146.42 | 79.8 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 61 | 0 | 0.44 | 0.73 | 0.13 | 23.33 | 0.72 | 0.56 |
| Hex | DF | 7C | 3D | 0 | 2C | 49 | D | 17 | 48 | 38 |
| Octal | 337 | 174 | 75 | 0 | 54 | 111 | 15 | 27 | 110 | 70 |
| Binary | 11011111 | 1111100 | 111101 | 0 | 101100 | 1001001 | 1101 | 10111 | 1001000 | 111000 |
Color Harmonies of #DF7C3D
Complementary color
Monochromatic Colors of #DF7C3D
Black with #DF7C3D
Text Example
Text Example
White with #DF7C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C3D; }
p { color: rgb(223,124,61); }
H1.HeaderClassName
{
color: #DF7C3D;
}
.AnyTagClassName
{
color: #DF7C3D;
}
</style>
background-color css
<style>
a { background-color: #DF7C3D; }
a { background-color: rgb(223,124,61); }
div.DivClassName
{
background-color: #DF7C3D;
}
.BgClassName
{
background-color: #DF7C3D;
}
</style>
border-color css
<style>
span { border-color: #DF7C3D; }
span { border-color: rgb(223,124,61); }
td.TdClassName
{
border-color: #DF7C3D;
}
.TagClassName
{
border-color: #DF7C3D;
}
</style>