Shades of Tree Poppy #DC8635
Tints of Tree Poppy #DC8635
RGB
CMYK
RGB Variations
Color information
#DC8635 (or 0xDC8635) is known color: Tree Poppy. HEX triplet: DC, 86 and 35. RGB value is (220,134,53). Sum of RGB (Red+Green+Blue) = 220+134+53=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8635 is #2379CA. Grayscale: #969696. Windows color (decimal): -2324939 or 3507932. OLE color: 3507932.
HSL color Cylindrical-coordinate representation of color #DC8635: hue angle of 29.1º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC8635 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 53 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.14 |
| HSL | 29.1º | 0.7% | 0.54% | - |
| HSV(B) | 29.1º | 0.76% | 0.86% | - |
| XYZ | 38.68 | 32.52 | 7.61 | - |
| YUV | 150.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 53 | 0 | 0.39 | 0.76 | 0.14 | 29.1 | 0.7 | 0.54 |
| Hex | DC | 86 | 35 | 0 | 27 | 4C | E | 1D | 46 | 36 |
| Octal | 334 | 206 | 65 | 0 | 47 | 114 | 16 | 35 | 106 | 66 |
| Binary | 11011100 | 10000110 | 110101 | 0 | 100111 | 1001100 | 1110 | 11101 | 1000110 | 110110 |
Color Harmonies of #DC8635
Complementary color
Monochromatic Colors of #DC8635
Black with #DC8635
Text Example
Text Example
White with #DC8635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8635; }
p { color: rgb(220,134,53); }
H1.HeaderClassName
{
color: #DC8635;
}
.AnyTagClassName
{
color: #DC8635;
}
</style>
background-color css
<style>
a { background-color: #DC8635; }
a { background-color: rgb(220,134,53); }
div.DivClassName
{
background-color: #DC8635;
}
.BgClassName
{
background-color: #DC8635;
}
</style>
border-color css
<style>
span { border-color: #DC8635; }
span { border-color: rgb(220,134,53); }
td.TdClassName
{
border-color: #DC8635;
}
.TagClassName
{
border-color: #DC8635;
}
</style>