Shades of Tree Poppy #DC7B3E
Tints of Tree Poppy #DC7B3E
RGB
CMYK
RGB Variations
Color information
#DC7B3E (or 0xDC7B3E) is known color: Tree Poppy. HEX triplet: DC, 7B and 3E. RGB value is (220,123,62). Sum of RGB (Red+Green+Blue) = 220+123+62=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B3E is #2384C1. Grayscale: #919191. Windows color (decimal): -2327746 or 4094940. OLE color: 4094940.
HSL color Cylindrical-coordinate representation of color #DC7B3E: hue angle of 23.16º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC7B3E is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 62 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.14 |
| HSL | 23.16º | 0.69% | 0.55% | - |
| HSV(B) | 23.16º | 0.72% | 0.86% | - |
| XYZ | 37.47 | 29.73 | 8.32 | - |
| YUV | 145.05 | 81.14 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 62 | 0 | 0.44 | 0.72 | 0.14 | 23.16 | 0.69 | 0.55 |
| Hex | DC | 7B | 3E | 0 | 2C | 48 | E | 17 | 45 | 37 |
| Octal | 334 | 173 | 76 | 0 | 54 | 110 | 16 | 27 | 105 | 67 |
| Binary | 11011100 | 1111011 | 111110 | 0 | 101100 | 1001000 | 1110 | 10111 | 1000101 | 110111 |
Color Harmonies of #DC7B3E
Complementary color
Monochromatic Colors of #DC7B3E
Black with #DC7B3E
Text Example
Text Example
White with #DC7B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B3E; }
p { color: rgb(220,123,62); }
H1.HeaderClassName
{
color: #DC7B3E;
}
.AnyTagClassName
{
color: #DC7B3E;
}
</style>
background-color css
<style>
a { background-color: #DC7B3E; }
a { background-color: rgb(220,123,62); }
div.DivClassName
{
background-color: #DC7B3E;
}
.BgClassName
{
background-color: #DC7B3E;
}
</style>
border-color css
<style>
span { border-color: #DC7B3E; }
span { border-color: rgb(220,123,62); }
td.TdClassName
{
border-color: #DC7B3E;
}
.TagClassName
{
border-color: #DC7B3E;
}
</style>