Shades of Tree Poppy #DC7B3D
Tints of Tree Poppy #DC7B3D
RGB
CMYK
RGB Variations
Color information
#DC7B3D (or 0xDC7B3D) is known color: Tree Poppy. HEX triplet: DC, 7B and 3D. RGB value is (220,123,61). Sum of RGB (Red+Green+Blue) = 220+123+61=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B3D is #2384C2. Grayscale: #919191. Windows color (decimal): -2327747 or 4029404. OLE color: 4029404.
HSL color Cylindrical-coordinate representation of color #DC7B3D: hue angle of 23.4º 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 #DC7B3D is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 61 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.14 |
| HSL | 23.4º | 0.69% | 0.55% | - |
| HSV(B) | 23.4º | 0.72% | 0.86% | - |
| XYZ | 37.44 | 29.72 | 8.18 | - |
| YUV | 144.94 | 80.64 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 61 | 0 | 0.44 | 0.72 | 0.14 | 23.4 | 0.69 | 0.55 |
| Hex | DC | 7B | 3D | 0 | 2C | 48 | E | 17 | 45 | 37 |
| Octal | 334 | 173 | 75 | 0 | 54 | 110 | 16 | 27 | 105 | 67 |
| Binary | 11011100 | 1111011 | 111101 | 0 | 101100 | 1001000 | 1110 | 10111 | 1000101 | 110111 |
Color Harmonies of #DC7B3D
Complementary color
Monochromatic Colors of #DC7B3D
Black with #DC7B3D
Text Example
Text Example
White with #DC7B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B3D; }
p { color: rgb(220,123,61); }
H1.HeaderClassName
{
color: #DC7B3D;
}
.AnyTagClassName
{
color: #DC7B3D;
}
</style>
background-color css
<style>
a { background-color: #DC7B3D; }
a { background-color: rgb(220,123,61); }
div.DivClassName
{
background-color: #DC7B3D;
}
.BgClassName
{
background-color: #DC7B3D;
}
</style>
border-color css
<style>
span { border-color: #DC7B3D; }
span { border-color: rgb(220,123,61); }
td.TdClassName
{
border-color: #DC7B3D;
}
.TagClassName
{
border-color: #DC7B3D;
}
</style>