Shades of Tree Poppy #DC8537
Tints of Tree Poppy #DC8537
RGB
CMYK
RGB Variations
Color information
#DC8537 (or 0xDC8537) is known color: Tree Poppy. HEX triplet: DC, 85 and 37. RGB value is (220,133,55). Sum of RGB (Red+Green+Blue) = 220+133+55=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 55 (21.88% from 255 or 13.48% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8537 is #237AC8. Grayscale: #969696. Windows color (decimal): -2325193 or 3638748. OLE color: 3638748.
HSL color Cylindrical-coordinate representation of color #DC8537: hue angle of 28.36º 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 #DC8537 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 55 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.14 |
| HSL | 28.36º | 0.7% | 0.54% | - |
| HSV(B) | 28.36º | 0.75% | 0.86% | - |
| XYZ | 38.59 | 32.27 | 7.81 | - |
| YUV | 150.12 | 74.32 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 55 | 0 | 0.40 | 0.75 | 0.14 | 28.36 | 0.7 | 0.54 |
| Hex | DC | 85 | 37 | 0 | 28 | 4B | E | 1C | 46 | 36 |
| Octal | 334 | 205 | 67 | 0 | 50 | 113 | 16 | 34 | 106 | 66 |
| Binary | 11011100 | 10000101 | 110111 | 0 | 101000 | 1001011 | 1110 | 11100 | 1000110 | 110110 |
Color Harmonies of #DC8537
Complementary color
Monochromatic Colors of #DC8537
Black with #DC8537
Text Example
Text Example
White with #DC8537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8537; }
p { color: rgb(220,133,55); }
H1.HeaderClassName
{
color: #DC8537;
}
.AnyTagClassName
{
color: #DC8537;
}
</style>
background-color css
<style>
a { background-color: #DC8537; }
a { background-color: rgb(220,133,55); }
div.DivClassName
{
background-color: #DC8537;
}
.BgClassName
{
background-color: #DC8537;
}
</style>
border-color css
<style>
span { border-color: #DC8537; }
span { border-color: rgb(220,133,55); }
td.TdClassName
{
border-color: #DC8537;
}
.TagClassName
{
border-color: #DC8537;
}
</style>