Shades of Tree Poppy #DC793C
Tints of Tree Poppy #DC793C
RGB
CMYK
RGB Variations
Color information
#DC793C (or 0xDC793C) is known color: Tree Poppy. HEX triplet: DC, 79 and 3C. RGB value is (220,121,60). Sum of RGB (Red+Green+Blue) = 220+121+60=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC793C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC793C is #2386C3. Grayscale: #8F8F8F. Windows color (decimal): -2328260 or 3963356. OLE color: 3963356.
HSL color Cylindrical-coordinate representation of color #DC793C: hue angle of 22.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC793C is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 60 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.14 |
| HSL | 22.88º | 0.7% | 0.55% | - |
| HSV(B) | 22.88º | 0.73% | 0.86% | - |
| XYZ | 37.17 | 29.22 | 7.96 | - |
| YUV | 143.65 | 80.8 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 60 | 0 | 0.45 | 0.73 | 0.14 | 22.88 | 0.7 | 0.55 |
| Hex | DC | 79 | 3C | 0 | 2D | 49 | E | 17 | 46 | 37 |
| Octal | 334 | 171 | 74 | 0 | 55 | 111 | 16 | 27 | 106 | 67 |
| Binary | 11011100 | 1111001 | 111100 | 0 | 101101 | 1001001 | 1110 | 10111 | 1000110 | 110111 |
Color Harmonies of #DC793C
Complementary color
Monochromatic Colors of #DC793C
Black with #DC793C
Text Example
Text Example
White with #DC793C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC793C; }
p { color: rgb(220,121,60); }
H1.HeaderClassName
{
color: #DC793C;
}
.AnyTagClassName
{
color: #DC793C;
}
</style>
background-color css
<style>
a { background-color: #DC793C; }
a { background-color: rgb(220,121,60); }
div.DivClassName
{
background-color: #DC793C;
}
.BgClassName
{
background-color: #DC793C;
}
</style>
border-color css
<style>
span { border-color: #DC793C; }
span { border-color: rgb(220,121,60); }
td.TdClassName
{
border-color: #DC793C;
}
.TagClassName
{
border-color: #DC793C;
}
</style>