Shades of Tree Poppy #DC873C
Tints of Tree Poppy #DC873C
RGB
CMYK
RGB Variations
Color information
#DC873C (or 0xDC873C) is known color: Tree Poppy. HEX triplet: DC, 87 and 3C. RGB value is (220,135,60). Sum of RGB (Red+Green+Blue) = 220+135+60=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC873C is #2378C3. Grayscale: #989898. Windows color (decimal): -2324676 or 3966940. OLE color: 3966940.
HSL color Cylindrical-coordinate representation of color #DC873C: hue angle of 28.12º 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 #DC873C is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 60 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.14 |
| HSL | 28.13º | 0.7% | 0.55% | - |
| HSV(B) | 28.13º | 0.73% | 0.86% | - |
| XYZ | 38.99 | 32.87 | 8.56 | - |
| YUV | 151.87 | 76.16 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 60 | 0 | 0.39 | 0.73 | 0.14 | 28.13 | 0.7 | 0.55 |
| Hex | DC | 87 | 3C | 0 | 27 | 49 | E | 1C | 46 | 37 |
| Octal | 334 | 207 | 74 | 0 | 47 | 111 | 16 | 34 | 106 | 67 |
| Binary | 11011100 | 10000111 | 111100 | 0 | 100111 | 1001001 | 1110 | 11100 | 1000110 | 110111 |
Color Harmonies of #DC873C
Complementary color
Monochromatic Colors of #DC873C
Black with #DC873C
Text Example
Text Example
White with #DC873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC873C; }
p { color: rgb(220,135,60); }
H1.HeaderClassName
{
color: #DC873C;
}
.AnyTagClassName
{
color: #DC873C;
}
</style>
background-color css
<style>
a { background-color: #DC873C; }
a { background-color: rgb(220,135,60); }
div.DivClassName
{
background-color: #DC873C;
}
.BgClassName
{
background-color: #DC873C;
}
</style>
border-color css
<style>
span { border-color: #DC873C; }
span { border-color: rgb(220,135,60); }
td.TdClassName
{
border-color: #DC873C;
}
.TagClassName
{
border-color: #DC873C;
}
</style>