Shades of Tree Poppy #DC7C35
Tints of Tree Poppy #DC7C35
RGB
CMYK
RGB Variations
Color information
#DC7C35 (or 0xDC7C35) is known color: Tree Poppy. HEX triplet: DC, 7C and 35. RGB value is (220,124,53). Sum of RGB (Red+Green+Blue) = 220+124+53=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7C35 is #2383CA. Grayscale: #909090. Windows color (decimal): -2327499 or 3505372. OLE color: 3505372.
HSL color Cylindrical-coordinate representation of color #DC7C35: hue angle of 25.51º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC7C35 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 53 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.14 |
| HSL | 25.51º | 0.7% | 0.54% | - |
| HSV(B) | 25.51º | 0.76% | 0.86% | - |
| XYZ | 37.37 | 29.89 | 7.17 | - |
| YUV | 144.61 | 76.3 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 53 | 0 | 0.44 | 0.76 | 0.14 | 25.51 | 0.7 | 0.54 |
| Hex | DC | 7C | 35 | 0 | 2C | 4C | E | 1A | 46 | 36 |
| Octal | 334 | 174 | 65 | 0 | 54 | 114 | 16 | 32 | 106 | 66 |
| Binary | 11011100 | 1111100 | 110101 | 0 | 101100 | 1001100 | 1110 | 11010 | 1000110 | 110110 |
Color Harmonies of #DC7C35
Complementary color
Monochromatic Colors of #DC7C35
Black with #DC7C35
Text Example
Text Example
White with #DC7C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C35; }
p { color: rgb(220,124,53); }
H1.HeaderClassName
{
color: #DC7C35;
}
.AnyTagClassName
{
color: #DC7C35;
}
</style>
background-color css
<style>
a { background-color: #DC7C35; }
a { background-color: rgb(220,124,53); }
div.DivClassName
{
background-color: #DC7C35;
}
.BgClassName
{
background-color: #DC7C35;
}
</style>
border-color css
<style>
span { border-color: #DC7C35; }
span { border-color: rgb(220,124,53); }
td.TdClassName
{
border-color: #DC7C35;
}
.TagClassName
{
border-color: #DC7C35;
}
</style>