Shades of Tree Poppy #DC7838
Tints of Tree Poppy #DC7838
RGB
CMYK
RGB Variations
Color information
#DC7838 (or 0xDC7838) is known color: Tree Poppy. HEX triplet: DC, 78 and 38. RGB value is (220,120,56). Sum of RGB (Red+Green+Blue) = 220+120+56=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7838 is #2387C7. Grayscale: #8E8E8E. Windows color (decimal): -2328520 or 3700956. OLE color: 3700956.
HSL color Cylindrical-coordinate representation of color #DC7838: hue angle of 23.41º 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 #DC7838 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 56 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.14 |
| HSL | 23.41º | 0.7% | 0.54% | - |
| HSV(B) | 23.41º | 0.75% | 0.86% | - |
| XYZ | 36.95 | 28.93 | 7.38 | - |
| YUV | 142.6 | 79.13 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 56 | 0 | 0.45 | 0.75 | 0.14 | 23.41 | 0.7 | 0.54 |
| Hex | DC | 78 | 38 | 0 | 2D | 4B | E | 17 | 46 | 36 |
| Octal | 334 | 170 | 70 | 0 | 55 | 113 | 16 | 27 | 106 | 66 |
| Binary | 11011100 | 1111000 | 111000 | 0 | 101101 | 1001011 | 1110 | 10111 | 1000110 | 110110 |
Color Harmonies of #DC7838
Complementary color
Monochromatic Colors of #DC7838
Black with #DC7838
Text Example
Text Example
White with #DC7838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7838; }
p { color: rgb(220,120,56); }
H1.HeaderClassName
{
color: #DC7838;
}
.AnyTagClassName
{
color: #DC7838;
}
</style>
background-color css
<style>
a { background-color: #DC7838; }
a { background-color: rgb(220,120,56); }
div.DivClassName
{
background-color: #DC7838;
}
.BgClassName
{
background-color: #DC7838;
}
</style>
border-color css
<style>
span { border-color: #DC7838; }
span { border-color: rgb(220,120,56); }
td.TdClassName
{
border-color: #DC7838;
}
.TagClassName
{
border-color: #DC7838;
}
</style>