Shades of Tree Poppy #DC7F3C
Tints of Tree Poppy #DC7F3C
RGB
CMYK
RGB Variations
Color information
#DC7F3C (or 0xDC7F3C) is known color: Tree Poppy. HEX triplet: DC, 7F and 3C. RGB value is (220,127,60). Sum of RGB (Red+Green+Blue) = 220+127+60=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F3C is #2380C3. Grayscale: #939393. Windows color (decimal): -2326724 or 3964892. OLE color: 3964892.
HSL color Cylindrical-coordinate representation of color #DC7F3C: hue angle of 25.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC7F3C is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 60 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.14 |
| HSL | 25.13º | 0.7% | 0.55% | - |
| HSV(B) | 25.13º | 0.73% | 0.86% | - |
| XYZ | 37.92 | 30.72 | 8.21 | - |
| YUV | 147.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 60 | 0 | 0.42 | 0.73 | 0.14 | 25.13 | 0.7 | 0.55 |
| Hex | DC | 7F | 3C | 0 | 2A | 49 | E | 19 | 46 | 37 |
| Octal | 334 | 177 | 74 | 0 | 52 | 111 | 16 | 31 | 106 | 67 |
| Binary | 11011100 | 1111111 | 111100 | 0 | 101010 | 1001001 | 1110 | 11001 | 1000110 | 110111 |
Color Harmonies of #DC7F3C
Complementary color
Monochromatic Colors of #DC7F3C
Black with #DC7F3C
Text Example
Text Example
White with #DC7F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F3C; }
p { color: rgb(220,127,60); }
H1.HeaderClassName
{
color: #DC7F3C;
}
.AnyTagClassName
{
color: #DC7F3C;
}
</style>
background-color css
<style>
a { background-color: #DC7F3C; }
a { background-color: rgb(220,127,60); }
div.DivClassName
{
background-color: #DC7F3C;
}
.BgClassName
{
background-color: #DC7F3C;
}
</style>
border-color css
<style>
span { border-color: #DC7F3C; }
span { border-color: rgb(220,127,60); }
td.TdClassName
{
border-color: #DC7F3C;
}
.TagClassName
{
border-color: #DC7F3C;
}
</style>