Shades of Tree Poppy #DC8040
Tints of Tree Poppy #DC8040
RGB
CMYK
RGB Variations
Color information
#DC8040 (or 0xDC8040) is known color: Tree Poppy. HEX triplet: DC, 80 and 40. RGB value is (220,128,64). Sum of RGB (Red+Green+Blue) = 220+128+64=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8040 is #237FBF. Grayscale: #949494. Windows color (decimal): -2326464 or 4227292. OLE color: 4227292.
HSL color Cylindrical-coordinate representation of color #DC8040: hue angle of 24.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC8040 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 64 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.14 |
| HSL | 24.62º | 0.69% | 0.56% | - |
| HSV(B) | 24.62º | 0.71% | 0.86% | - |
| XYZ | 38.16 | 31.02 | 8.83 | - |
| YUV | 148.21 | 80.48 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 64 | 0 | 0.42 | 0.71 | 0.14 | 24.62 | 0.69 | 0.56 |
| Hex | DC | 80 | 40 | 0 | 2A | 47 | E | 19 | 45 | 38 |
| Octal | 334 | 200 | 100 | 0 | 52 | 107 | 16 | 31 | 105 | 70 |
| Binary | 11011100 | 10000000 | 1000000 | 0 | 101010 | 1000111 | 1110 | 11001 | 1000101 | 111000 |
Color Harmonies of #DC8040
Complementary color
Monochromatic Colors of #DC8040
Black with #DC8040
Text Example
Text Example
White with #DC8040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8040; }
p { color: rgb(220,128,64); }
H1.HeaderClassName
{
color: #DC8040;
}
.AnyTagClassName
{
color: #DC8040;
}
</style>
background-color css
<style>
a { background-color: #DC8040; }
a { background-color: rgb(220,128,64); }
div.DivClassName
{
background-color: #DC8040;
}
.BgClassName
{
background-color: #DC8040;
}
</style>
border-color css
<style>
span { border-color: #DC8040; }
span { border-color: rgb(220,128,64); }
td.TdClassName
{
border-color: #DC8040;
}
.TagClassName
{
border-color: #DC8040;
}
</style>