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