Shades of Tree Poppy #DC8746
Tints of Tree Poppy #DC8746
RGB
CMYK
RGB Variations
Color information
#DC8746 (or 0xDC8746) is known color: Tree Poppy. HEX triplet: DC, 87 and 46. RGB value is (220,135,70). Sum of RGB (Red+Green+Blue) = 220+135+70=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8746 is #2378B9. Grayscale: #999999. Windows color (decimal): -2324666 or 4622300. OLE color: 4622300.
HSL color Cylindrical-coordinate representation of color #DC8746: hue angle of 26º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC8746 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 70 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.14 |
| HSL | 26º | 0.68% | 0.57% | - |
| HSV(B) | 26º | 0.68% | 0.86% | - |
| XYZ | 39.28 | 32.99 | 10.09 | - |
| YUV | 153.01 | 81.16 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 70 | 0 | 0.39 | 0.68 | 0.14 | 26 | 0.68 | 0.57 |
| Hex | DC | 87 | 46 | 0 | 27 | 44 | E | 1A | 44 | 39 |
| Octal | 334 | 207 | 106 | 0 | 47 | 104 | 16 | 32 | 104 | 71 |
| Binary | 11011100 | 10000111 | 1000110 | 0 | 100111 | 1000100 | 1110 | 11010 | 1000100 | 111001 |
Color Harmonies of #DC8746
Complementary color
Monochromatic Colors of #DC8746
Black with #DC8746
Text Example
Text Example
White with #DC8746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8746; }
p { color: rgb(220,135,70); }
H1.HeaderClassName
{
color: #DC8746;
}
.AnyTagClassName
{
color: #DC8746;
}
</style>
background-color css
<style>
a { background-color: #DC8746; }
a { background-color: rgb(220,135,70); }
div.DivClassName
{
background-color: #DC8746;
}
.BgClassName
{
background-color: #DC8746;
}
</style>
border-color css
<style>
span { border-color: #DC8746; }
span { border-color: rgb(220,135,70); }
td.TdClassName
{
border-color: #DC8746;
}
.TagClassName
{
border-color: #DC8746;
}
</style>