Shades of Tree Poppy #DC863D
Tints of Tree Poppy #DC863D
RGB
CMYK
RGB Variations
Color information
#DC863D (or 0xDC863D) is known color: Tree Poppy. HEX triplet: DC, 86 and 3D. RGB value is (220,134,61). Sum of RGB (Red+Green+Blue) = 220+134+61=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC863D is #2379C2. Grayscale: #979797. Windows color (decimal): -2324931 or 4032220. OLE color: 4032220.
HSL color Cylindrical-coordinate representation of color #DC863D: hue angle of 27.55º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC863D is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 61 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.14 |
| HSL | 27.55º | 0.69% | 0.55% | - |
| HSV(B) | 27.55º | 0.72% | 0.86% | - |
| XYZ | 38.88 | 32.6 | 8.66 | - |
| YUV | 151.39 | 76.99 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 61 | 0 | 0.39 | 0.72 | 0.14 | 27.55 | 0.69 | 0.55 |
| Hex | DC | 86 | 3D | 0 | 27 | 48 | E | 1C | 45 | 37 |
| Octal | 334 | 206 | 75 | 0 | 47 | 110 | 16 | 34 | 105 | 67 |
| Binary | 11011100 | 10000110 | 111101 | 0 | 100111 | 1001000 | 1110 | 11100 | 1000101 | 110111 |
Color Harmonies of #DC863D
Complementary color
Monochromatic Colors of #DC863D
Black with #DC863D
Text Example
Text Example
White with #DC863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC863D; }
p { color: rgb(220,134,61); }
H1.HeaderClassName
{
color: #DC863D;
}
.AnyTagClassName
{
color: #DC863D;
}
</style>
background-color css
<style>
a { background-color: #DC863D; }
a { background-color: rgb(220,134,61); }
div.DivClassName
{
background-color: #DC863D;
}
.BgClassName
{
background-color: #DC863D;
}
</style>
border-color css
<style>
span { border-color: #DC863D; }
span { border-color: rgb(220,134,61); }
td.TdClassName
{
border-color: #DC863D;
}
.TagClassName
{
border-color: #DC863D;
}
</style>