Shades of Tree Poppy #DC7B35
Tints of Tree Poppy #DC7B35
RGB
CMYK
RGB Variations
Color information
#DC7B35 (or 0xDC7B35) is known color: Tree Poppy. HEX triplet: DC, 7B and 35. RGB value is (220,123,53). Sum of RGB (Red+Green+Blue) = 220+123+53=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B35 is #2384CA. Grayscale: #909090. Windows color (decimal): -2327755 or 3505116. OLE color: 3505116.
HSL color Cylindrical-coordinate representation of color #DC7B35: hue angle of 25.15º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC7B35 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 53 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.14 |
| HSL | 25.15º | 0.7% | 0.54% | - |
| HSV(B) | 25.15º | 0.76% | 0.86% | - |
| XYZ | 37.24 | 29.64 | 7.13 | - |
| YUV | 144.02 | 76.64 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 53 | 0 | 0.44 | 0.76 | 0.14 | 25.15 | 0.7 | 0.54 |
| Hex | DC | 7B | 35 | 0 | 2C | 4C | E | 19 | 46 | 36 |
| Octal | 334 | 173 | 65 | 0 | 54 | 114 | 16 | 31 | 106 | 66 |
| Binary | 11011100 | 1111011 | 110101 | 0 | 101100 | 1001100 | 1110 | 11001 | 1000110 | 110110 |
Color Harmonies of #DC7B35
Complementary color
Monochromatic Colors of #DC7B35
Black with #DC7B35
Text Example
Text Example
White with #DC7B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B35; }
p { color: rgb(220,123,53); }
H1.HeaderClassName
{
color: #DC7B35;
}
.AnyTagClassName
{
color: #DC7B35;
}
</style>
background-color css
<style>
a { background-color: #DC7B35; }
a { background-color: rgb(220,123,53); }
div.DivClassName
{
background-color: #DC7B35;
}
.BgClassName
{
background-color: #DC7B35;
}
</style>
border-color css
<style>
span { border-color: #DC7B35; }
span { border-color: rgb(220,123,53); }
td.TdClassName
{
border-color: #DC7B35;
}
.TagClassName
{
border-color: #DC7B35;
}
</style>