Shades of Tree Poppy #DC863B
Tints of Tree Poppy #DC863B
RGB
CMYK
RGB Variations
Color information
#DC863B (or 0xDC863B) is known color: Tree Poppy. HEX triplet: DC, 86 and 3B. RGB value is (220,134,59). Sum of RGB (Red+Green+Blue) = 220+134+59=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC863B is #2379C4. Grayscale: #979797. Windows color (decimal): -2324933 or 3901148. OLE color: 3901148.
HSL color Cylindrical-coordinate representation of color #DC863B: hue angle of 27.95º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC863B is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 59 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.14 |
| HSL | 27.95º | 0.7% | 0.55% | - |
| HSV(B) | 27.95º | 0.73% | 0.86% | - |
| XYZ | 38.83 | 32.58 | 8.38 | - |
| YUV | 151.16 | 75.99 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 59 | 0 | 0.39 | 0.73 | 0.14 | 27.95 | 0.7 | 0.55 |
| Hex | DC | 86 | 3B | 0 | 27 | 49 | E | 1C | 46 | 37 |
| Octal | 334 | 206 | 73 | 0 | 47 | 111 | 16 | 34 | 106 | 67 |
| Binary | 11011100 | 10000110 | 111011 | 0 | 100111 | 1001001 | 1110 | 11100 | 1000110 | 110111 |
Color Harmonies of #DC863B
Complementary color
Monochromatic Colors of #DC863B
Black with #DC863B
Text Example
Text Example
White with #DC863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC863B; }
p { color: rgb(220,134,59); }
H1.HeaderClassName
{
color: #DC863B;
}
.AnyTagClassName
{
color: #DC863B;
}
</style>
background-color css
<style>
a { background-color: #DC863B; }
a { background-color: rgb(220,134,59); }
div.DivClassName
{
background-color: #DC863B;
}
.BgClassName
{
background-color: #DC863B;
}
</style>
border-color css
<style>
span { border-color: #DC863B; }
span { border-color: rgb(220,134,59); }
td.TdClassName
{
border-color: #DC863B;
}
.TagClassName
{
border-color: #DC863B;
}
</style>