Shades of Tree Poppy #DC863A
Tints of Tree Poppy #DC863A
RGB
CMYK
RGB Variations
Color information
#DC863A (or 0xDC863A) is known color: Tree Poppy. HEX triplet: DC, 86 and 3A. RGB value is (220,134,58). Sum of RGB (Red+Green+Blue) = 220+134+58=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC863A is #2379C5. Grayscale: #979797. Windows color (decimal): -2324934 or 3835612. OLE color: 3835612.
HSL color Cylindrical-coordinate representation of color #DC863A: hue angle of 28.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC863A is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 58 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.14 |
| HSL | 28.15º | 0.7% | 0.55% | - |
| HSV(B) | 28.15º | 0.74% | 0.86% | - |
| XYZ | 38.8 | 32.57 | 8.24 | - |
| YUV | 151.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 58 | 0 | 0.39 | 0.74 | 0.14 | 28.15 | 0.7 | 0.55 |
| Hex | DC | 86 | 3A | 0 | 27 | 4A | E | 1C | 46 | 37 |
| Octal | 334 | 206 | 72 | 0 | 47 | 112 | 16 | 34 | 106 | 67 |
| Binary | 11011100 | 10000110 | 111010 | 0 | 100111 | 1001010 | 1110 | 11100 | 1000110 | 110111 |
Color Harmonies of #DC863A
Complementary color
Monochromatic Colors of #DC863A
Black with #DC863A
Text Example
Text Example
White with #DC863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC863A; }
p { color: rgb(220,134,58); }
H1.HeaderClassName
{
color: #DC863A;
}
.AnyTagClassName
{
color: #DC863A;
}
</style>
background-color css
<style>
a { background-color: #DC863A; }
a { background-color: rgb(220,134,58); }
div.DivClassName
{
background-color: #DC863A;
}
.BgClassName
{
background-color: #DC863A;
}
</style>
border-color css
<style>
span { border-color: #DC863A; }
span { border-color: rgb(220,134,58); }
td.TdClassName
{
border-color: #DC863A;
}
.TagClassName
{
border-color: #DC863A;
}
</style>