Shades of Tree Poppy #DC8736
Tints of Tree Poppy #DC8736
RGB
CMYK
RGB Variations
Color information
#DC8736 (or 0xDC8736) is known color: Tree Poppy. HEX triplet: DC, 87 and 36. RGB value is (220,135,54). Sum of RGB (Red+Green+Blue) = 220+135+54=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8736 is #2378C9. Grayscale: #979797. Windows color (decimal): -2324682 or 3573724. OLE color: 3573724.
HSL color Cylindrical-coordinate representation of color #DC8736: hue angle of 29.28º 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 #DC8736 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 54 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.14 |
| HSL | 29.28º | 0.7% | 0.54% | - |
| HSV(B) | 29.28º | 0.75% | 0.86% | - |
| XYZ | 38.85 | 32.81 | 7.78 | - |
| YUV | 151.18 | 73.16 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 54 | 0 | 0.39 | 0.75 | 0.14 | 29.28 | 0.7 | 0.54 |
| Hex | DC | 87 | 36 | 0 | 27 | 4B | E | 1D | 46 | 36 |
| Octal | 334 | 207 | 66 | 0 | 47 | 113 | 16 | 35 | 106 | 66 |
| Binary | 11011100 | 10000111 | 110110 | 0 | 100111 | 1001011 | 1110 | 11101 | 1000110 | 110110 |
Color Harmonies of #DC8736
Complementary color
Monochromatic Colors of #DC8736
Black with #DC8736
Text Example
Text Example
White with #DC8736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8736; }
p { color: rgb(220,135,54); }
H1.HeaderClassName
{
color: #DC8736;
}
.AnyTagClassName
{
color: #DC8736;
}
</style>
background-color css
<style>
a { background-color: #DC8736; }
a { background-color: rgb(220,135,54); }
div.DivClassName
{
background-color: #DC8736;
}
.BgClassName
{
background-color: #DC8736;
}
</style>
border-color css
<style>
span { border-color: #DC8736; }
span { border-color: rgb(220,135,54); }
td.TdClassName
{
border-color: #DC8736;
}
.TagClassName
{
border-color: #DC8736;
}
</style>