Shades of Tree Poppy #DC7E35
Tints of Tree Poppy #DC7E35
RGB
CMYK
RGB Variations
Color information
#DC7E35 (or 0xDC7E35) is known color: Tree Poppy. HEX triplet: DC, 7E and 35. RGB value is (220,126,53). Sum of RGB (Red+Green+Blue) = 220+126+53=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E35 is #2381CA. Grayscale: #929292. Windows color (decimal): -2326987 or 3505884. OLE color: 3505884.
HSL color Cylindrical-coordinate representation of color #DC7E35: hue angle of 26.23º 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 #DC7E35 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 53 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.14 |
| HSL | 26.23º | 0.7% | 0.54% | - |
| HSV(B) | 26.23º | 0.76% | 0.86% | - |
| XYZ | 37.62 | 30.39 | 7.25 | - |
| YUV | 145.78 | 75.64 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 53 | 0 | 0.43 | 0.76 | 0.14 | 26.23 | 0.7 | 0.54 |
| Hex | DC | 7E | 35 | 0 | 2B | 4C | E | 1A | 46 | 36 |
| Octal | 334 | 176 | 65 | 0 | 53 | 114 | 16 | 32 | 106 | 66 |
| Binary | 11011100 | 1111110 | 110101 | 0 | 101011 | 1001100 | 1110 | 11010 | 1000110 | 110110 |
Color Harmonies of #DC7E35
Complementary color
Monochromatic Colors of #DC7E35
Black with #DC7E35
Text Example
Text Example
White with #DC7E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E35; }
p { color: rgb(220,126,53); }
H1.HeaderClassName
{
color: #DC7E35;
}
.AnyTagClassName
{
color: #DC7E35;
}
</style>
background-color css
<style>
a { background-color: #DC7E35; }
a { background-color: rgb(220,126,53); }
div.DivClassName
{
background-color: #DC7E35;
}
.BgClassName
{
background-color: #DC7E35;
}
</style>
border-color css
<style>
span { border-color: #DC7E35; }
span { border-color: rgb(220,126,53); }
td.TdClassName
{
border-color: #DC7E35;
}
.TagClassName
{
border-color: #DC7E35;
}
</style>