Shades of Tree Poppy #DC8142
Tints of Tree Poppy #DC8142
RGB
CMYK
RGB Variations
Color information
#DC8142 (or 0xDC8142) is known color: Tree Poppy. HEX triplet: DC, 81 and 42. RGB value is (220,129,66). Sum of RGB (Red+Green+Blue) = 220+129+66=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8142 is #237EBD. Grayscale: #959595. Windows color (decimal): -2326206 or 4358620. OLE color: 4358620.
HSL color Cylindrical-coordinate representation of color #DC8142: hue angle of 24.55º 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 #DC8142 is Cyan = 0, Magento = 0.41, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 66 | - |
| CMYK | 0 | 0.41 | 0.7 | 0.14 |
| HSL | 24.55º | 0.69% | 0.56% | - |
| HSV(B) | 24.55º | 0.7% | 0.86% | - |
| XYZ | 38.35 | 31.31 | 9.18 | - |
| YUV | 149.03 | 81.15 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 66 | 0 | 0.41 | 0.7 | 0.14 | 24.55 | 0.69 | 0.56 |
| Hex | DC | 81 | 42 | 0 | 29 | 46 | E | 19 | 45 | 38 |
| Octal | 334 | 201 | 102 | 0 | 51 | 106 | 16 | 31 | 105 | 70 |
| Binary | 11011100 | 10000001 | 1000010 | 0 | 101001 | 1000110 | 1110 | 11001 | 1000101 | 111000 |
Color Harmonies of #DC8142
Complementary color
Monochromatic Colors of #DC8142
Black with #DC8142
Text Example
Text Example
White with #DC8142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8142; }
p { color: rgb(220,129,66); }
H1.HeaderClassName
{
color: #DC8142;
}
.AnyTagClassName
{
color: #DC8142;
}
</style>
background-color css
<style>
a { background-color: #DC8142; }
a { background-color: rgb(220,129,66); }
div.DivClassName
{
background-color: #DC8142;
}
.BgClassName
{
background-color: #DC8142;
}
</style>
border-color css
<style>
span { border-color: #DC8142; }
span { border-color: rgb(220,129,66); }
td.TdClassName
{
border-color: #DC8142;
}
.TagClassName
{
border-color: #DC8142;
}
</style>