Shades of Tree Poppy #DC7E3B
Tints of Tree Poppy #DC7E3B
RGB
CMYK
RGB Variations
Color information
#DC7E3B (or 0xDC7E3B) is known color: Tree Poppy. HEX triplet: DC, 7E and 3B. RGB value is (220,126,59). Sum of RGB (Red+Green+Blue) = 220+126+59=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 59 (23.44% from 255 or 14.57% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E3B is #2381C4. Grayscale: #929292. Windows color (decimal): -2326981 or 3899100. OLE color: 3899100.
HSL color Cylindrical-coordinate representation of color #DC7E3B: hue angle of 24.97º 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 #DC7E3B is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 59 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.14 |
| HSL | 24.97º | 0.7% | 0.55% | - |
| HSV(B) | 24.97º | 0.73% | 0.86% | - |
| XYZ | 37.77 | 30.45 | 8.03 | - |
| YUV | 146.47 | 78.64 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 59 | 0 | 0.43 | 0.73 | 0.14 | 24.97 | 0.7 | 0.55 |
| Hex | DC | 7E | 3B | 0 | 2B | 49 | E | 19 | 46 | 37 |
| Octal | 334 | 176 | 73 | 0 | 53 | 111 | 16 | 31 | 106 | 67 |
| Binary | 11011100 | 1111110 | 111011 | 0 | 101011 | 1001001 | 1110 | 11001 | 1000110 | 110111 |
Color Harmonies of #DC7E3B
Complementary color
Monochromatic Colors of #DC7E3B
Black with #DC7E3B
Text Example
Text Example
White with #DC7E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E3B; }
p { color: rgb(220,126,59); }
H1.HeaderClassName
{
color: #DC7E3B;
}
.AnyTagClassName
{
color: #DC7E3B;
}
</style>
background-color css
<style>
a { background-color: #DC7E3B; }
a { background-color: rgb(220,126,59); }
div.DivClassName
{
background-color: #DC7E3B;
}
.BgClassName
{
background-color: #DC7E3B;
}
</style>
border-color css
<style>
span { border-color: #DC7E3B; }
span { border-color: rgb(220,126,59); }
td.TdClassName
{
border-color: #DC7E3B;
}
.TagClassName
{
border-color: #DC7E3B;
}
</style>