Shades of Tree Poppy #DC803A
Tints of Tree Poppy #DC803A
RGB
CMYK
RGB Variations
Color information
#DC803A (or 0xDC803A) is known color: Tree Poppy. HEX triplet: DC, 80 and 3A. RGB value is (220,128,58). Sum of RGB (Red+Green+Blue) = 220+128+58=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC803A is #237FC5. Grayscale: #939393. Windows color (decimal): -2326470 or 3834076. OLE color: 3834076.
HSL color Cylindrical-coordinate representation of color #DC803A: hue angle of 25.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC803A is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 58 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.14 |
| HSL | 25.93º | 0.7% | 0.55% | - |
| HSV(B) | 25.93º | 0.74% | 0.86% | - |
| XYZ | 38 | 30.96 | 7.98 | - |
| YUV | 147.53 | 77.48 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 58 | 0 | 0.42 | 0.74 | 0.14 | 25.93 | 0.7 | 0.55 |
| Hex | DC | 80 | 3A | 0 | 2A | 4A | E | 1A | 46 | 37 |
| Octal | 334 | 200 | 72 | 0 | 52 | 112 | 16 | 32 | 106 | 67 |
| Binary | 11011100 | 10000000 | 111010 | 0 | 101010 | 1001010 | 1110 | 11010 | 1000110 | 110111 |
Color Harmonies of #DC803A
Complementary color
Monochromatic Colors of #DC803A
Black with #DC803A
Text Example
Text Example
White with #DC803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC803A; }
p { color: rgb(220,128,58); }
H1.HeaderClassName
{
color: #DC803A;
}
.AnyTagClassName
{
color: #DC803A;
}
</style>
background-color css
<style>
a { background-color: #DC803A; }
a { background-color: rgb(220,128,58); }
div.DivClassName
{
background-color: #DC803A;
}
.BgClassName
{
background-color: #DC803A;
}
</style>
border-color css
<style>
span { border-color: #DC803A; }
span { border-color: rgb(220,128,58); }
td.TdClassName
{
border-color: #DC803A;
}
.TagClassName
{
border-color: #DC803A;
}
</style>