Shades of Tree Poppy #DC8141
Tints of Tree Poppy #DC8141
RGB
CMYK
RGB Variations
Color information
#DC8141 (or 0xDC8141) is known color: Tree Poppy. HEX triplet: DC, 81 and 41. RGB value is (220,129,65). Sum of RGB (Red+Green+Blue) = 220+129+65=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8141 is #237EBE. Grayscale: #959595. Windows color (decimal): -2326207 or 4293084. OLE color: 4293084.
HSL color Cylindrical-coordinate representation of color #DC8141: hue angle of 24.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC8141 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 65 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.14 |
| HSL | 24.77º | 0.69% | 0.56% | - |
| HSV(B) | 24.77º | 0.7% | 0.86% | - |
| XYZ | 38.32 | 31.3 | 9.02 | - |
| YUV | 148.91 | 80.65 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 65 | 0 | 0.41 | 0.70 | 0.14 | 24.77 | 0.69 | 0.56 |
| Hex | DC | 81 | 41 | 0 | 29 | 46 | E | 19 | 45 | 38 |
| Octal | 334 | 201 | 101 | 0 | 51 | 106 | 16 | 31 | 105 | 70 |
| Binary | 11011100 | 10000001 | 1000001 | 0 | 101001 | 1000110 | 1110 | 11001 | 1000101 | 111000 |
Color Harmonies of #DC8141
Complementary color
Monochromatic Colors of #DC8141
Black with #DC8141
Text Example
Text Example
White with #DC8141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8141; }
p { color: rgb(220,129,65); }
H1.HeaderClassName
{
color: #DC8141;
}
.AnyTagClassName
{
color: #DC8141;
}
</style>
background-color css
<style>
a { background-color: #DC8141; }
a { background-color: rgb(220,129,65); }
div.DivClassName
{
background-color: #DC8141;
}
.BgClassName
{
background-color: #DC8141;
}
</style>
border-color css
<style>
span { border-color: #DC8141; }
span { border-color: rgb(220,129,65); }
td.TdClassName
{
border-color: #DC8141;
}
.TagClassName
{
border-color: #DC8141;
}
</style>