Shades of Tree Poppy #DC803D
Tints of Tree Poppy #DC803D
RGB
CMYK
RGB Variations
Color information
#DC803D (or 0xDC803D) is known color: Tree Poppy. HEX triplet: DC, 80 and 3D. RGB value is (220,128,61). Sum of RGB (Red+Green+Blue) = 220+128+61=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC803D is #237FC2. Grayscale: #949494. Windows color (decimal): -2326467 or 4030684. OLE color: 4030684.
HSL color Cylindrical-coordinate representation of color #DC803D: hue angle of 25.28º 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 #DC803D is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 61 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.14 |
| HSL | 25.28º | 0.69% | 0.55% | - |
| HSV(B) | 25.28º | 0.72% | 0.86% | - |
| XYZ | 38.08 | 30.99 | 8.39 | - |
| YUV | 147.87 | 78.98 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 61 | 0 | 0.42 | 0.72 | 0.14 | 25.28 | 0.69 | 0.55 |
| Hex | DC | 80 | 3D | 0 | 2A | 48 | E | 19 | 45 | 37 |
| Octal | 334 | 200 | 75 | 0 | 52 | 110 | 16 | 31 | 105 | 67 |
| Binary | 11011100 | 10000000 | 111101 | 0 | 101010 | 1001000 | 1110 | 11001 | 1000101 | 110111 |
Color Harmonies of #DC803D
Complementary color
Monochromatic Colors of #DC803D
Black with #DC803D
Text Example
Text Example
White with #DC803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC803D; }
p { color: rgb(220,128,61); }
H1.HeaderClassName
{
color: #DC803D;
}
.AnyTagClassName
{
color: #DC803D;
}
</style>
background-color css
<style>
a { background-color: #DC803D; }
a { background-color: rgb(220,128,61); }
div.DivClassName
{
background-color: #DC803D;
}
.BgClassName
{
background-color: #DC803D;
}
</style>
border-color css
<style>
span { border-color: #DC803D; }
span { border-color: rgb(220,128,61); }
td.TdClassName
{
border-color: #DC803D;
}
.TagClassName
{
border-color: #DC803D;
}
</style>