Shades of Tree Poppy #DC873A
Tints of Tree Poppy #DC873A
RGB
CMYK
RGB Variations
Color information
#DC873A (or 0xDC873A) is known color: Tree Poppy. HEX triplet: DC, 87 and 3A. RGB value is (220,135,58). Sum of RGB (Red+Green+Blue) = 220+135+58=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC873A is #2378C5. Grayscale: #989898. Windows color (decimal): -2324678 or 3835868. OLE color: 3835868.
HSL color Cylindrical-coordinate representation of color #DC873A: hue angle of 28.52º 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 #DC873A is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 58 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.14 |
| HSL | 28.52º | 0.7% | 0.55% | - |
| HSV(B) | 28.52º | 0.74% | 0.86% | - |
| XYZ | 38.94 | 32.85 | 8.29 | - |
| YUV | 151.64 | 75.16 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 58 | 0 | 0.39 | 0.74 | 0.14 | 28.52 | 0.7 | 0.55 |
| Hex | DC | 87 | 3A | 0 | 27 | 4A | E | 1D | 46 | 37 |
| Octal | 334 | 207 | 72 | 0 | 47 | 112 | 16 | 35 | 106 | 67 |
| Binary | 11011100 | 10000111 | 111010 | 0 | 100111 | 1001010 | 1110 | 11101 | 1000110 | 110111 |
Color Harmonies of #DC873A
Complementary color
Monochromatic Colors of #DC873A
Black with #DC873A
Text Example
Text Example
White with #DC873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC873A; }
p { color: rgb(220,135,58); }
H1.HeaderClassName
{
color: #DC873A;
}
.AnyTagClassName
{
color: #DC873A;
}
</style>
background-color css
<style>
a { background-color: #DC873A; }
a { background-color: rgb(220,135,58); }
div.DivClassName
{
background-color: #DC873A;
}
.BgClassName
{
background-color: #DC873A;
}
</style>
border-color css
<style>
span { border-color: #DC873A; }
span { border-color: rgb(220,135,58); }
td.TdClassName
{
border-color: #DC873A;
}
.TagClassName
{
border-color: #DC873A;
}
</style>