Shades of Tree Poppy #DC8536
Tints of Tree Poppy #DC8536
RGB
CMYK
RGB Variations
Color information
#DC8536 (or 0xDC8536) is known color: Tree Poppy. HEX triplet: DC, 85 and 36. RGB value is (220,133,54). Sum of RGB (Red+Green+Blue) = 220+133+54=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 54 (21.48% from 255 or 13.27% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8536 is #237AC9. Grayscale: #969696. Windows color (decimal): -2325194 or 3573212. OLE color: 3573212.
HSL color Cylindrical-coordinate representation of color #DC8536: hue angle of 28.55º 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 #DC8536 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 54 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.14 |
| HSL | 28.55º | 0.7% | 0.54% | - |
| HSV(B) | 28.55º | 0.75% | 0.86% | - |
| XYZ | 38.57 | 32.26 | 7.68 | - |
| YUV | 150.01 | 73.82 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 54 | 0 | 0.40 | 0.75 | 0.14 | 28.55 | 0.7 | 0.54 |
| Hex | DC | 85 | 36 | 0 | 28 | 4B | E | 1D | 46 | 36 |
| Octal | 334 | 205 | 66 | 0 | 50 | 113 | 16 | 35 | 106 | 66 |
| Binary | 11011100 | 10000101 | 110110 | 0 | 101000 | 1001011 | 1110 | 11101 | 1000110 | 110110 |
Color Harmonies of #DC8536
Complementary color
Monochromatic Colors of #DC8536
Black with #DC8536
Text Example
Text Example
White with #DC8536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8536; }
p { color: rgb(220,133,54); }
H1.HeaderClassName
{
color: #DC8536;
}
.AnyTagClassName
{
color: #DC8536;
}
</style>
background-color css
<style>
a { background-color: #DC8536; }
a { background-color: rgb(220,133,54); }
div.DivClassName
{
background-color: #DC8536;
}
.BgClassName
{
background-color: #DC8536;
}
</style>
border-color css
<style>
span { border-color: #DC8536; }
span { border-color: rgb(220,133,54); }
td.TdClassName
{
border-color: #DC8536;
}
.TagClassName
{
border-color: #DC8536;
}
</style>