Shades of Tree Poppy #DC773B
Tints of Tree Poppy #DC773B
RGB
CMYK
RGB Variations
Color information
#DC773B (or 0xDC773B) is known color: Tree Poppy. HEX triplet: DC, 77 and 3B. RGB value is (220,119,59). Sum of RGB (Red+Green+Blue) = 220+119+59=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC773B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC773B is #2388C4. Grayscale: #8E8E8E. Windows color (decimal): -2328773 or 3897308. OLE color: 3897308.
HSL color Cylindrical-coordinate representation of color #DC773B: hue angle of 22.36º 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 #DC773B is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 59 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.14 |
| HSL | 22.36º | 0.7% | 0.55% | - |
| HSV(B) | 22.36º | 0.73% | 0.86% | - |
| XYZ | 36.9 | 28.73 | 7.74 | - |
| YUV | 142.36 | 80.96 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 59 | 0 | 0.46 | 0.73 | 0.14 | 22.36 | 0.7 | 0.55 |
| Hex | DC | 77 | 3B | 0 | 2E | 49 | E | 16 | 46 | 37 |
| Octal | 334 | 167 | 73 | 0 | 56 | 111 | 16 | 26 | 106 | 67 |
| Binary | 11011100 | 1110111 | 111011 | 0 | 101110 | 1001001 | 1110 | 10110 | 1000110 | 110111 |
Color Harmonies of #DC773B
Complementary color
Monochromatic Colors of #DC773B
Black with #DC773B
Text Example
Text Example
White with #DC773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC773B; }
p { color: rgb(220,119,59); }
H1.HeaderClassName
{
color: #DC773B;
}
.AnyTagClassName
{
color: #DC773B;
}
</style>
background-color css
<style>
a { background-color: #DC773B; }
a { background-color: rgb(220,119,59); }
div.DivClassName
{
background-color: #DC773B;
}
.BgClassName
{
background-color: #DC773B;
}
</style>
border-color css
<style>
span { border-color: #DC773B; }
span { border-color: rgb(220,119,59); }
td.TdClassName
{
border-color: #DC773B;
}
.TagClassName
{
border-color: #DC773B;
}
</style>