Shades of Tree Poppy #DC7738
Tints of Tree Poppy #DC7738
RGB
CMYK
RGB Variations
Color information
#DC7738 (or 0xDC7738) is known color: Tree Poppy. HEX triplet: DC, 77 and 38. RGB value is (220,119,56). Sum of RGB (Red+Green+Blue) = 220+119+56=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7738 is #2388C7. Grayscale: #8E8E8E. Windows color (decimal): -2328776 or 3700700. OLE color: 3700700.
HSL color Cylindrical-coordinate representation of color #DC7738: hue angle of 23.05º 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 #DC7738 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 56 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.14 |
| HSL | 23.05º | 0.7% | 0.54% | - |
| HSV(B) | 23.05º | 0.75% | 0.86% | - |
| XYZ | 36.83 | 28.69 | 7.34 | - |
| YUV | 142.02 | 79.46 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 56 | 0 | 0.46 | 0.75 | 0.14 | 23.05 | 0.7 | 0.54 |
| Hex | DC | 77 | 38 | 0 | 2E | 4B | E | 17 | 46 | 36 |
| Octal | 334 | 167 | 70 | 0 | 56 | 113 | 16 | 27 | 106 | 66 |
| Binary | 11011100 | 1110111 | 111000 | 0 | 101110 | 1001011 | 1110 | 10111 | 1000110 | 110110 |
Color Harmonies of #DC7738
Complementary color
Monochromatic Colors of #DC7738
Black with #DC7738
Text Example
Text Example
White with #DC7738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7738; }
p { color: rgb(220,119,56); }
H1.HeaderClassName
{
color: #DC7738;
}
.AnyTagClassName
{
color: #DC7738;
}
</style>
background-color css
<style>
a { background-color: #DC7738; }
a { background-color: rgb(220,119,56); }
div.DivClassName
{
background-color: #DC7738;
}
.BgClassName
{
background-color: #DC7738;
}
</style>
border-color css
<style>
span { border-color: #DC7738; }
span { border-color: rgb(220,119,56); }
td.TdClassName
{
border-color: #DC7738;
}
.TagClassName
{
border-color: #DC7738;
}
</style>