Shades of Tree Poppy #DC7936
Tints of Tree Poppy #DC7936
RGB
CMYK
RGB Variations
Color information
#DC7936 (or 0xDC7936) is known color: Tree Poppy. HEX triplet: DC, 79 and 36. RGB value is (220,121,54). Sum of RGB (Red+Green+Blue) = 220+121+54=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7936 is #2386C9. Grayscale: #8F8F8F. Windows color (decimal): -2328266 or 3570140. OLE color: 3570140.
HSL color Cylindrical-coordinate representation of color #DC7936: hue angle of 24.22º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC7936 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 54 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.14 |
| HSL | 24.22º | 0.7% | 0.54% | - |
| HSV(B) | 24.22º | 0.75% | 0.86% | - |
| XYZ | 37.02 | 29.16 | 7.17 | - |
| YUV | 142.96 | 77.8 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 54 | 0 | 0.45 | 0.75 | 0.14 | 24.22 | 0.7 | 0.54 |
| Hex | DC | 79 | 36 | 0 | 2D | 4B | E | 18 | 46 | 36 |
| Octal | 334 | 171 | 66 | 0 | 55 | 113 | 16 | 30 | 106 | 66 |
| Binary | 11011100 | 1111001 | 110110 | 0 | 101101 | 1001011 | 1110 | 11000 | 1000110 | 110110 |
Color Harmonies of #DC7936
Complementary color
Monochromatic Colors of #DC7936
Black with #DC7936
Text Example
Text Example
White with #DC7936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7936; }
p { color: rgb(220,121,54); }
H1.HeaderClassName
{
color: #DC7936;
}
.AnyTagClassName
{
color: #DC7936;
}
</style>
background-color css
<style>
a { background-color: #DC7936; }
a { background-color: rgb(220,121,54); }
div.DivClassName
{
background-color: #DC7936;
}
.BgClassName
{
background-color: #DC7936;
}
</style>
border-color css
<style>
span { border-color: #DC7936; }
span { border-color: rgb(220,121,54); }
td.TdClassName
{
border-color: #DC7936;
}
.TagClassName
{
border-color: #DC7936;
}
</style>