Shades of Tree Poppy #DC8637
Tints of Tree Poppy #DC8637
RGB
CMYK
RGB Variations
Color information
#DC8637 (or 0xDC8637) is known color: Tree Poppy. HEX triplet: DC, 86 and 37. RGB value is (220,134,55). Sum of RGB (Red+Green+Blue) = 220+134+55=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 55 (21.88% from 255 or 13.45% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8637 is #2379C8. Grayscale: #979797. Windows color (decimal): -2324937 or 3639004. OLE color: 3639004.
HSL color Cylindrical-coordinate representation of color #DC8637: hue angle of 28.73º 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 #DC8637 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 55 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.14 |
| HSL | 28.73º | 0.7% | 0.54% | - |
| HSV(B) | 28.73º | 0.75% | 0.86% | - |
| XYZ | 38.73 | 32.54 | 7.85 | - |
| YUV | 150.71 | 73.99 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 55 | 0 | 0.39 | 0.75 | 0.14 | 28.73 | 0.7 | 0.54 |
| Hex | DC | 86 | 37 | 0 | 27 | 4B | E | 1D | 46 | 36 |
| Octal | 334 | 206 | 67 | 0 | 47 | 113 | 16 | 35 | 106 | 66 |
| Binary | 11011100 | 10000110 | 110111 | 0 | 100111 | 1001011 | 1110 | 11101 | 1000110 | 110110 |
Color Harmonies of #DC8637
Complementary color
Monochromatic Colors of #DC8637
Black with #DC8637
Text Example
Text Example
White with #DC8637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8637; }
p { color: rgb(220,134,55); }
H1.HeaderClassName
{
color: #DC8637;
}
.AnyTagClassName
{
color: #DC8637;
}
</style>
background-color css
<style>
a { background-color: #DC8637; }
a { background-color: rgb(220,134,55); }
div.DivClassName
{
background-color: #DC8637;
}
.BgClassName
{
background-color: #DC8637;
}
</style>
border-color css
<style>
span { border-color: #DC8637; }
span { border-color: rgb(220,134,55); }
td.TdClassName
{
border-color: #DC8637;
}
.TagClassName
{
border-color: #DC8637;
}
</style>