Shades of Tree Poppy #DC8035
Tints of Tree Poppy #DC8035
RGB
CMYK
RGB Variations
Color information
#DC8035 (or 0xDC8035) is known color: Tree Poppy. HEX triplet: DC, 80 and 35. RGB value is (220,128,53). Sum of RGB (Red+Green+Blue) = 220+128+53=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8035 is #237FCA. Grayscale: #939393. Windows color (decimal): -2326475 or 3506396. OLE color: 3506396.
HSL color Cylindrical-coordinate representation of color #DC8035: hue angle of 26.95º 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 #DC8035 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 53 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.14 |
| HSL | 26.95º | 0.7% | 0.54% | - |
| HSV(B) | 26.95º | 0.76% | 0.86% | - |
| XYZ | 37.88 | 30.91 | 7.34 | - |
| YUV | 146.96 | 74.98 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 53 | 0 | 0.42 | 0.76 | 0.14 | 26.95 | 0.7 | 0.54 |
| Hex | DC | 80 | 35 | 0 | 2A | 4C | E | 1B | 46 | 36 |
| Octal | 334 | 200 | 65 | 0 | 52 | 114 | 16 | 33 | 106 | 66 |
| Binary | 11011100 | 10000000 | 110101 | 0 | 101010 | 1001100 | 1110 | 11011 | 1000110 | 110110 |
Color Harmonies of #DC8035
Complementary color
Monochromatic Colors of #DC8035
Black with #DC8035
Text Example
Text Example
White with #DC8035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8035; }
p { color: rgb(220,128,53); }
H1.HeaderClassName
{
color: #DC8035;
}
.AnyTagClassName
{
color: #DC8035;
}
</style>
background-color css
<style>
a { background-color: #DC8035; }
a { background-color: rgb(220,128,53); }
div.DivClassName
{
background-color: #DC8035;
}
.BgClassName
{
background-color: #DC8035;
}
</style>
border-color css
<style>
span { border-color: #DC8035; }
span { border-color: rgb(220,128,53); }
td.TdClassName
{
border-color: #DC8035;
}
.TagClassName
{
border-color: #DC8035;
}
</style>