Shades of Tree Poppy #DC8643
Tints of Tree Poppy #DC8643
RGB
CMYK
RGB Variations
Color information
#DC8643 (or 0xDC8643) is known color: Tree Poppy. HEX triplet: DC, 86 and 43. RGB value is (220,134,67). Sum of RGB (Red+Green+Blue) = 220+134+67=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8643 is #2379BC. Grayscale: #989898. Windows color (decimal): -2324925 or 4425436. OLE color: 4425436.
HSL color Cylindrical-coordinate representation of color #DC8643: hue angle of 26.27º 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 #DC8643 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 67 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.14 |
| HSL | 26.27º | 0.69% | 0.56% | - |
| HSV(B) | 26.27º | 0.7% | 0.86% | - |
| XYZ | 39.05 | 32.67 | 9.56 | - |
| YUV | 152.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 67 | 0 | 0.39 | 0.70 | 0.14 | 26.27 | 0.69 | 0.56 |
| Hex | DC | 86 | 43 | 0 | 27 | 46 | E | 1A | 45 | 38 |
| Octal | 334 | 206 | 103 | 0 | 47 | 106 | 16 | 32 | 105 | 70 |
| Binary | 11011100 | 10000110 | 1000011 | 0 | 100111 | 1000110 | 1110 | 11010 | 1000101 | 111000 |
Color Harmonies of #DC8643
Complementary color
Monochromatic Colors of #DC8643
Black with #DC8643
Text Example
Text Example
White with #DC8643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8643; }
p { color: rgb(220,134,67); }
H1.HeaderClassName
{
color: #DC8643;
}
.AnyTagClassName
{
color: #DC8643;
}
</style>
background-color css
<style>
a { background-color: #DC8643; }
a { background-color: rgb(220,134,67); }
div.DivClassName
{
background-color: #DC8643;
}
.BgClassName
{
background-color: #DC8643;
}
</style>
border-color css
<style>
span { border-color: #DC8643; }
span { border-color: rgb(220,134,67); }
td.TdClassName
{
border-color: #DC8643;
}
.TagClassName
{
border-color: #DC8643;
}
</style>