Shades of Tree Poppy #DC7939
Tints of Tree Poppy #DC7939
RGB
CMYK
RGB Variations
Color information
#DC7939 (or 0xDC7939) is known color: Tree Poppy. HEX triplet: DC, 79 and 39. RGB value is (220,121,57). Sum of RGB (Red+Green+Blue) = 220+121+57=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7939 is #2386C6. Grayscale: #8F8F8F. Windows color (decimal): -2328263 or 3766748. OLE color: 3766748.
HSL color Cylindrical-coordinate representation of color #DC7939: hue angle of 23.56º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC7939 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 57 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.14 |
| HSL | 23.56º | 0.7% | 0.54% | - |
| HSV(B) | 23.56º | 0.74% | 0.86% | - |
| XYZ | 37.09 | 29.19 | 7.55 | - |
| YUV | 143.31 | 79.3 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 57 | 0 | 0.45 | 0.74 | 0.14 | 23.56 | 0.7 | 0.54 |
| Hex | DC | 79 | 39 | 0 | 2D | 4A | E | 18 | 46 | 36 |
| Octal | 334 | 171 | 71 | 0 | 55 | 112 | 16 | 30 | 106 | 66 |
| Binary | 11011100 | 1111001 | 111001 | 0 | 101101 | 1001010 | 1110 | 11000 | 1000110 | 110110 |
Color Harmonies of #DC7939
Complementary color
Monochromatic Colors of #DC7939
Black with #DC7939
Text Example
Text Example
White with #DC7939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7939; }
p { color: rgb(220,121,57); }
H1.HeaderClassName
{
color: #DC7939;
}
.AnyTagClassName
{
color: #DC7939;
}
</style>
background-color css
<style>
a { background-color: #DC7939; }
a { background-color: rgb(220,121,57); }
div.DivClassName
{
background-color: #DC7939;
}
.BgClassName
{
background-color: #DC7939;
}
</style>
border-color css
<style>
span { border-color: #DC7939; }
span { border-color: rgb(220,121,57); }
td.TdClassName
{
border-color: #DC7939;
}
.TagClassName
{
border-color: #DC7939;
}
</style>