Shades of Tree Poppy #DC8645
Tints of Tree Poppy #DC8645
RGB
CMYK
RGB Variations
Color information
#DC8645 (or 0xDC8645) is known color: Tree Poppy. HEX triplet: DC, 86 and 45. RGB value is (220,134,69). Sum of RGB (Red+Green+Blue) = 220+134+69=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8645 is #2379BA. Grayscale: #989898. Windows color (decimal): -2324923 or 4556508. OLE color: 4556508.
HSL color Cylindrical-coordinate representation of color #DC8645: hue angle of 25.83º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC8645 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 69 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.14 |
| HSL | 25.83º | 0.68% | 0.57% | - |
| HSV(B) | 25.83º | 0.69% | 0.86% | - |
| XYZ | 39.11 | 32.7 | 9.88 | - |
| YUV | 152.3 | 80.99 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 69 | 0 | 0.39 | 0.69 | 0.14 | 25.83 | 0.68 | 0.57 |
| Hex | DC | 86 | 45 | 0 | 27 | 45 | E | 1A | 44 | 39 |
| Octal | 334 | 206 | 105 | 0 | 47 | 105 | 16 | 32 | 104 | 71 |
| Binary | 11011100 | 10000110 | 1000101 | 0 | 100111 | 1000101 | 1110 | 11010 | 1000100 | 111001 |
Color Harmonies of #DC8645
Complementary color
Monochromatic Colors of #DC8645
Black with #DC8645
Text Example
Text Example
White with #DC8645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8645; }
p { color: rgb(220,134,69); }
H1.HeaderClassName
{
color: #DC8645;
}
.AnyTagClassName
{
color: #DC8645;
}
</style>
background-color css
<style>
a { background-color: #DC8645; }
a { background-color: rgb(220,134,69); }
div.DivClassName
{
background-color: #DC8645;
}
.BgClassName
{
background-color: #DC8645;
}
</style>
border-color css
<style>
span { border-color: #DC8645; }
span { border-color: rgb(220,134,69); }
td.TdClassName
{
border-color: #DC8645;
}
.TagClassName
{
border-color: #DC8645;
}
</style>