Shades of Tree Poppy #DC873F
Tints of Tree Poppy #DC873F
RGB
CMYK
RGB Variations
Color information
#DC873F (or 0xDC873F) is known color: Tree Poppy. HEX triplet: DC, 87 and 3F. RGB value is (220,135,63). Sum of RGB (Red+Green+Blue) = 220+135+63=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC873F is #2378C0. Grayscale: #989898. Windows color (decimal): -2324673 or 4163548. OLE color: 4163548.
HSL color Cylindrical-coordinate representation of color #DC873F: hue angle of 27.52º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC873F is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 63 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.14 |
| HSL | 27.52º | 0.69% | 0.55% | - |
| HSV(B) | 27.52º | 0.71% | 0.86% | - |
| XYZ | 39.08 | 32.9 | 8.99 | - |
| YUV | 152.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 63 | 0 | 0.39 | 0.71 | 0.14 | 27.52 | 0.69 | 0.55 |
| Hex | DC | 87 | 3F | 0 | 27 | 47 | E | 1C | 45 | 37 |
| Octal | 334 | 207 | 77 | 0 | 47 | 107 | 16 | 34 | 105 | 67 |
| Binary | 11011100 | 10000111 | 111111 | 0 | 100111 | 1000111 | 1110 | 11100 | 1000101 | 110111 |
Color Harmonies of #DC873F
Complementary color
Monochromatic Colors of #DC873F
Black with #DC873F
Text Example
Text Example
White with #DC873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC873F; }
p { color: rgb(220,135,63); }
H1.HeaderClassName
{
color: #DC873F;
}
.AnyTagClassName
{
color: #DC873F;
}
</style>
background-color css
<style>
a { background-color: #DC873F; }
a { background-color: rgb(220,135,63); }
div.DivClassName
{
background-color: #DC873F;
}
.BgClassName
{
background-color: #DC873F;
}
</style>
border-color css
<style>
span { border-color: #DC873F; }
span { border-color: rgb(220,135,63); }
td.TdClassName
{
border-color: #DC873F;
}
.TagClassName
{
border-color: #DC873F;
}
</style>