Shades of Tree Poppy #DC7B36
Tints of Tree Poppy #DC7B36
RGB
CMYK
RGB Variations
Color information
#DC7B36 (or 0xDC7B36) is known color: Tree Poppy. HEX triplet: DC, 7B and 36. RGB value is (220,123,54). Sum of RGB (Red+Green+Blue) = 220+123+54=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B36 is #2384C9. Grayscale: #909090. Windows color (decimal): -2327754 or 3570652. OLE color: 3570652.
HSL color Cylindrical-coordinate representation of color #DC7B36: hue angle of 24.94º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC7B36 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 54 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.14 |
| HSL | 24.94º | 0.7% | 0.54% | - |
| HSV(B) | 24.94º | 0.75% | 0.86% | - |
| XYZ | 37.26 | 29.65 | 7.25 | - |
| YUV | 144.14 | 77.14 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 54 | 0 | 0.44 | 0.75 | 0.14 | 24.94 | 0.7 | 0.54 |
| Hex | DC | 7B | 36 | 0 | 2C | 4B | E | 19 | 46 | 36 |
| Octal | 334 | 173 | 66 | 0 | 54 | 113 | 16 | 31 | 106 | 66 |
| Binary | 11011100 | 1111011 | 110110 | 0 | 101100 | 1001011 | 1110 | 11001 | 1000110 | 110110 |
Color Harmonies of #DC7B36
Complementary color
Monochromatic Colors of #DC7B36
Black with #DC7B36
Text Example
Text Example
White with #DC7B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B36; }
p { color: rgb(220,123,54); }
H1.HeaderClassName
{
color: #DC7B36;
}
.AnyTagClassName
{
color: #DC7B36;
}
</style>
background-color css
<style>
a { background-color: #DC7B36; }
a { background-color: rgb(220,123,54); }
div.DivClassName
{
background-color: #DC7B36;
}
.BgClassName
{
background-color: #DC7B36;
}
</style>
border-color css
<style>
span { border-color: #DC7B36; }
span { border-color: rgb(220,123,54); }
td.TdClassName
{
border-color: #DC7B36;
}
.TagClassName
{
border-color: #DC7B36;
}
</style>