Shades of Tree Poppy #DC7E32
Tints of Tree Poppy #DC7E32
RGB
CMYK
RGB Variations
Color information
#DC7E32 (or 0xDC7E32) is known color: Tree Poppy. HEX triplet: DC, 7E and 32. RGB value is (220,126,50). Sum of RGB (Red+Green+Blue) = 220+126+50=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E32 is #2381CD. Grayscale: #919191. Windows color (decimal): -2326990 or 3309276. OLE color: 3309276.
HSL color Cylindrical-coordinate representation of color #DC7E32: hue angle of 26.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC7E32 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 50 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.14 |
| HSL | 26.82º | 0.71% | 0.53% | - |
| HSV(B) | 26.82º | 0.77% | 0.86% | - |
| XYZ | 37.55 | 30.37 | 6.9 | - |
| YUV | 145.44 | 74.14 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 50 | 0 | 0.43 | 0.77 | 0.14 | 26.82 | 0.71 | 0.53 |
| Hex | DC | 7E | 32 | 0 | 2B | 4D | E | 1B | 47 | 35 |
| Octal | 334 | 176 | 62 | 0 | 53 | 115 | 16 | 33 | 107 | 65 |
| Binary | 11011100 | 1111110 | 110010 | 0 | 101011 | 1001101 | 1110 | 11011 | 1000111 | 110101 |
Color Harmonies of #DC7E32
Complementary color
Monochromatic Colors of #DC7E32
Black with #DC7E32
Text Example
Text Example
White with #DC7E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E32; }
p { color: rgb(220,126,50); }
H1.HeaderClassName
{
color: #DC7E32;
}
.AnyTagClassName
{
color: #DC7E32;
}
</style>
background-color css
<style>
a { background-color: #DC7E32; }
a { background-color: rgb(220,126,50); }
div.DivClassName
{
background-color: #DC7E32;
}
.BgClassName
{
background-color: #DC7E32;
}
</style>
border-color css
<style>
span { border-color: #DC7E32; }
span { border-color: rgb(220,126,50); }
td.TdClassName
{
border-color: #DC7E32;
}
.TagClassName
{
border-color: #DC7E32;
}
</style>