Shades of Tree Poppy #DC8636
Tints of Tree Poppy #DC8636
RGB
CMYK
RGB Variations
Color information
#DC8636 (or 0xDC8636) is known color: Tree Poppy. HEX triplet: DC, 86 and 36. RGB value is (220,134,54). Sum of RGB (Red+Green+Blue) = 220+134+54=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8636 is #2379C9. Grayscale: #979797. Windows color (decimal): -2324938 or 3573468. OLE color: 3573468.
HSL color Cylindrical-coordinate representation of color #DC8636: hue angle of 28.92º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC8636 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 54 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.14 |
| HSL | 28.92º | 0.7% | 0.54% | - |
| HSV(B) | 28.92º | 0.75% | 0.86% | - |
| XYZ | 38.71 | 32.53 | 7.73 | - |
| YUV | 150.59 | 73.49 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 54 | 0 | 0.39 | 0.75 | 0.14 | 28.92 | 0.7 | 0.54 |
| Hex | DC | 86 | 36 | 0 | 27 | 4B | E | 1D | 46 | 36 |
| Octal | 334 | 206 | 66 | 0 | 47 | 113 | 16 | 35 | 106 | 66 |
| Binary | 11011100 | 10000110 | 110110 | 0 | 100111 | 1001011 | 1110 | 11101 | 1000110 | 110110 |
Color Harmonies of #DC8636
Complementary color
Monochromatic Colors of #DC8636
Black with #DC8636
Text Example
Text Example
White with #DC8636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8636; }
p { color: rgb(220,134,54); }
H1.HeaderClassName
{
color: #DC8636;
}
.AnyTagClassName
{
color: #DC8636;
}
</style>
background-color css
<style>
a { background-color: #DC8636; }
a { background-color: rgb(220,134,54); }
div.DivClassName
{
background-color: #DC8636;
}
.BgClassName
{
background-color: #DC8636;
}
</style>
border-color css
<style>
span { border-color: #DC8636; }
span { border-color: rgb(220,134,54); }
td.TdClassName
{
border-color: #DC8636;
}
.TagClassName
{
border-color: #DC8636;
}
</style>