Shades of Tree Poppy #DC8641
Tints of Tree Poppy #DC8641
RGB
CMYK
RGB Variations
Color information
#DC8641 (or 0xDC8641) is known color: Tree Poppy. HEX triplet: DC, 86 and 41. RGB value is (220,134,65). Sum of RGB (Red+Green+Blue) = 220+134+65=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8641 is #2379BE. Grayscale: #989898. Windows color (decimal): -2324927 or 4294364. OLE color: 4294364.
HSL color Cylindrical-coordinate representation of color #DC8641: hue angle of 26.71º 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 #DC8641 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 65 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.14 |
| HSL | 26.71º | 0.69% | 0.56% | - |
| HSV(B) | 26.71º | 0.7% | 0.86% | - |
| XYZ | 38.99 | 32.65 | 9.25 | - |
| YUV | 151.85 | 78.99 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 65 | 0 | 0.39 | 0.70 | 0.14 | 26.71 | 0.69 | 0.56 |
| Hex | DC | 86 | 41 | 0 | 27 | 46 | E | 1B | 45 | 38 |
| Octal | 334 | 206 | 101 | 0 | 47 | 106 | 16 | 33 | 105 | 70 |
| Binary | 11011100 | 10000110 | 1000001 | 0 | 100111 | 1000110 | 1110 | 11011 | 1000101 | 111000 |
Color Harmonies of #DC8641
Complementary color
Monochromatic Colors of #DC8641
Black with #DC8641
Text Example
Text Example
White with #DC8641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8641; }
p { color: rgb(220,134,65); }
H1.HeaderClassName
{
color: #DC8641;
}
.AnyTagClassName
{
color: #DC8641;
}
</style>
background-color css
<style>
a { background-color: #DC8641; }
a { background-color: rgb(220,134,65); }
div.DivClassName
{
background-color: #DC8641;
}
.BgClassName
{
background-color: #DC8641;
}
</style>
border-color css
<style>
span { border-color: #DC8641; }
span { border-color: rgb(220,134,65); }
td.TdClassName
{
border-color: #DC8641;
}
.TagClassName
{
border-color: #DC8641;
}
</style>