Shades of Tree Poppy #DC8841
Tints of Tree Poppy #DC8841
RGB
CMYK
RGB Variations
Color information
#DC8841 (or 0xDC8841) is known color: Tree Poppy. HEX triplet: DC, 88 and 41. RGB value is (220,136,65). Sum of RGB (Red+Green+Blue) = 220+136+65=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8841 is #2377BE. Grayscale: #999999. Windows color (decimal): -2324415 or 4294876. OLE color: 4294876.
HSL color Cylindrical-coordinate representation of color #DC8841: hue angle of 27.48º 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 #DC8841 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 65 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.14 |
| HSL | 27.48º | 0.69% | 0.56% | - |
| HSV(B) | 27.48º | 0.7% | 0.86% | - |
| XYZ | 39.27 | 33.21 | 9.34 | - |
| YUV | 153.02 | 78.33 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 65 | 0 | 0.38 | 0.70 | 0.14 | 27.48 | 0.69 | 0.56 |
| Hex | DC | 88 | 41 | 0 | 26 | 46 | E | 1B | 45 | 38 |
| Octal | 334 | 210 | 101 | 0 | 46 | 106 | 16 | 33 | 105 | 70 |
| Binary | 11011100 | 10001000 | 1000001 | 0 | 100110 | 1000110 | 1110 | 11011 | 1000101 | 111000 |
Color Harmonies of #DC8841
Complementary color
Monochromatic Colors of #DC8841
Black with #DC8841
Text Example
Text Example
White with #DC8841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8841; }
p { color: rgb(220,136,65); }
H1.HeaderClassName
{
color: #DC8841;
}
.AnyTagClassName
{
color: #DC8841;
}
</style>
background-color css
<style>
a { background-color: #DC8841; }
a { background-color: rgb(220,136,65); }
div.DivClassName
{
background-color: #DC8841;
}
.BgClassName
{
background-color: #DC8841;
}
</style>
border-color css
<style>
span { border-color: #DC8841; }
span { border-color: rgb(220,136,65); }
td.TdClassName
{
border-color: #DC8841;
}
.TagClassName
{
border-color: #DC8841;
}
</style>