Shades of Tree Poppy #DC873D
Tints of Tree Poppy #DC873D
RGB
CMYK
RGB Variations
Color information
#DC873D (or 0xDC873D) is known color: Tree Poppy. HEX triplet: DC, 87 and 3D. RGB value is (220,135,61). Sum of RGB (Red+Green+Blue) = 220+135+61=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC873D is #2378C2. Grayscale: #989898. Windows color (decimal): -2324675 or 4032476. OLE color: 4032476.
HSL color Cylindrical-coordinate representation of color #DC873D: hue angle of 27.92º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC873D is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 61 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.14 |
| HSL | 27.92º | 0.69% | 0.55% | - |
| HSV(B) | 27.92º | 0.72% | 0.86% | - |
| XYZ | 39.02 | 32.88 | 8.7 | - |
| YUV | 151.98 | 76.66 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 61 | 0 | 0.39 | 0.72 | 0.14 | 27.92 | 0.69 | 0.55 |
| Hex | DC | 87 | 3D | 0 | 27 | 48 | E | 1C | 45 | 37 |
| Octal | 334 | 207 | 75 | 0 | 47 | 110 | 16 | 34 | 105 | 67 |
| Binary | 11011100 | 10000111 | 111101 | 0 | 100111 | 1001000 | 1110 | 11100 | 1000101 | 110111 |
Color Harmonies of #DC873D
Complementary color
Monochromatic Colors of #DC873D
Black with #DC873D
Text Example
Text Example
White with #DC873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC873D; }
p { color: rgb(220,135,61); }
H1.HeaderClassName
{
color: #DC873D;
}
.AnyTagClassName
{
color: #DC873D;
}
</style>
background-color css
<style>
a { background-color: #DC873D; }
a { background-color: rgb(220,135,61); }
div.DivClassName
{
background-color: #DC873D;
}
.BgClassName
{
background-color: #DC873D;
}
</style>
border-color css
<style>
span { border-color: #DC873D; }
span { border-color: rgb(220,135,61); }
td.TdClassName
{
border-color: #DC873D;
}
.TagClassName
{
border-color: #DC873D;
}
</style>