Shades of Tree Poppy #DC873B
Tints of Tree Poppy #DC873B
RGB
CMYK
RGB Variations
Color information
#DC873B (or 0xDC873B) is known color: Tree Poppy. HEX triplet: DC, 87 and 3B. RGB value is (220,135,59). Sum of RGB (Red+Green+Blue) = 220+135+59=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC873B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC873B is #2378C4. Grayscale: #989898. Windows color (decimal): -2324677 or 3901404. OLE color: 3901404.
HSL color Cylindrical-coordinate representation of color #DC873B: hue angle of 28.32º 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 #DC873B is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 59 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.14 |
| HSL | 28.32º | 0.7% | 0.55% | - |
| HSV(B) | 28.32º | 0.73% | 0.86% | - |
| XYZ | 38.97 | 32.86 | 8.43 | - |
| YUV | 151.75 | 75.66 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 59 | 0 | 0.39 | 0.73 | 0.14 | 28.32 | 0.7 | 0.55 |
| Hex | DC | 87 | 3B | 0 | 27 | 49 | E | 1C | 46 | 37 |
| Octal | 334 | 207 | 73 | 0 | 47 | 111 | 16 | 34 | 106 | 67 |
| Binary | 11011100 | 10000111 | 111011 | 0 | 100111 | 1001001 | 1110 | 11100 | 1000110 | 110111 |
Color Harmonies of #DC873B
Complementary color
Monochromatic Colors of #DC873B
Black with #DC873B
Text Example
Text Example
White with #DC873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC873B; }
p { color: rgb(220,135,59); }
H1.HeaderClassName
{
color: #DC873B;
}
.AnyTagClassName
{
color: #DC873B;
}
</style>
background-color css
<style>
a { background-color: #DC873B; }
a { background-color: rgb(220,135,59); }
div.DivClassName
{
background-color: #DC873B;
}
.BgClassName
{
background-color: #DC873B;
}
</style>
border-color css
<style>
span { border-color: #DC873B; }
span { border-color: rgb(220,135,59); }
td.TdClassName
{
border-color: #DC873B;
}
.TagClassName
{
border-color: #DC873B;
}
</style>