Shades of Tree Poppy #DC7A34
Tints of Tree Poppy #DC7A34
RGB
CMYK
RGB Variations
Color information
#DC7A34 (or 0xDC7A34) is known color: Tree Poppy. HEX triplet: DC, 7A and 34. RGB value is (220,122,52). Sum of RGB (Red+Green+Blue) = 220+122+52=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A34 is #2385CB. Grayscale: #8F8F8F. Windows color (decimal): -2328012 or 3439324. OLE color: 3439324.
HSL color Cylindrical-coordinate representation of color #DC7A34: hue angle of 25º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC7A34 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 52 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.14 |
| HSL | 25º | 0.71% | 0.53% | - |
| HSV(B) | 25º | 0.76% | 0.86% | - |
| XYZ | 37.09 | 29.38 | 6.97 | - |
| YUV | 143.32 | 76.47 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 52 | 0 | 0.45 | 0.76 | 0.14 | 25 | 0.71 | 0.53 |
| Hex | DC | 7A | 34 | 0 | 2D | 4C | E | 19 | 47 | 35 |
| Octal | 334 | 172 | 64 | 0 | 55 | 114 | 16 | 31 | 107 | 65 |
| Binary | 11011100 | 1111010 | 110100 | 0 | 101101 | 1001100 | 1110 | 11001 | 1000111 | 110101 |
Color Harmonies of #DC7A34
Complementary color
Monochromatic Colors of #DC7A34
Black with #DC7A34
Text Example
Text Example
White with #DC7A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A34; }
p { color: rgb(220,122,52); }
H1.HeaderClassName
{
color: #DC7A34;
}
.AnyTagClassName
{
color: #DC7A34;
}
</style>
background-color css
<style>
a { background-color: #DC7A34; }
a { background-color: rgb(220,122,52); }
div.DivClassName
{
background-color: #DC7A34;
}
.BgClassName
{
background-color: #DC7A34;
}
</style>
border-color css
<style>
span { border-color: #DC7A34; }
span { border-color: rgb(220,122,52); }
td.TdClassName
{
border-color: #DC7A34;
}
.TagClassName
{
border-color: #DC7A34;
}
</style>