Shades of Tree Poppy #DC8435
Tints of Tree Poppy #DC8435
RGB
CMYK
RGB Variations
Color information
#DC8435 (or 0xDC8435) is known color: Tree Poppy. HEX triplet: DC, 84 and 35. RGB value is (220,132,53). Sum of RGB (Red+Green+Blue) = 220+132+53=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8435 is #237BCA. Grayscale: #959595. Windows color (decimal): -2325451 or 3507420. OLE color: 3507420.
HSL color Cylindrical-coordinate representation of color #DC8435: hue angle of 28.38º 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 #DC8435 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 53 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.14 |
| HSL | 28.38º | 0.7% | 0.54% | - |
| HSV(B) | 28.38º | 0.76% | 0.86% | - |
| XYZ | 38.41 | 31.98 | 7.52 | - |
| YUV | 149.31 | 73.65 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 53 | 0 | 0.40 | 0.76 | 0.14 | 28.38 | 0.7 | 0.54 |
| Hex | DC | 84 | 35 | 0 | 28 | 4C | E | 1C | 46 | 36 |
| Octal | 334 | 204 | 65 | 0 | 50 | 114 | 16 | 34 | 106 | 66 |
| Binary | 11011100 | 10000100 | 110101 | 0 | 101000 | 1001100 | 1110 | 11100 | 1000110 | 110110 |
Color Harmonies of #DC8435
Complementary color
Monochromatic Colors of #DC8435
Black with #DC8435
Text Example
Text Example
White with #DC8435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8435; }
p { color: rgb(220,132,53); }
H1.HeaderClassName
{
color: #DC8435;
}
.AnyTagClassName
{
color: #DC8435;
}
</style>
background-color css
<style>
a { background-color: #DC8435; }
a { background-color: rgb(220,132,53); }
div.DivClassName
{
background-color: #DC8435;
}
.BgClassName
{
background-color: #DC8435;
}
</style>
border-color css
<style>
span { border-color: #DC8435; }
span { border-color: rgb(220,132,53); }
td.TdClassName
{
border-color: #DC8435;
}
.TagClassName
{
border-color: #DC8435;
}
</style>