Shades of Tree Poppy #DC822E
Tints of Tree Poppy #DC822E
RGB
CMYK
RGB Variations
Color information
#DC822E (or 0xDC822E) is known color: Tree Poppy. HEX triplet: DC, 82 and 2E. RGB value is (220,130,46). Sum of RGB (Red+Green+Blue) = 220+130+46=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC822E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC822E is #237DD1. Grayscale: #939393. Windows color (decimal): -2325970 or 3048156. OLE color: 3048156.
HSL color Cylindrical-coordinate representation of color #DC822E: hue angle of 28.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC822E is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 46 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.14 |
| HSL | 28.97º | 0.71% | 0.52% | - |
| HSV(B) | 28.97º | 0.79% | 0.86% | - |
| XYZ | 37.99 | 31.38 | 6.64 | - |
| YUV | 147.33 | 70.82 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 46 | 0 | 0.41 | 0.79 | 0.14 | 28.97 | 0.71 | 0.52 |
| Hex | DC | 82 | 2E | 0 | 29 | 4F | E | 1D | 47 | 34 |
| Octal | 334 | 202 | 56 | 0 | 51 | 117 | 16 | 35 | 107 | 64 |
| Binary | 11011100 | 10000010 | 101110 | 0 | 101001 | 1001111 | 1110 | 11101 | 1000111 | 110100 |
Color Harmonies of #DC822E
Complementary color
Monochromatic Colors of #DC822E
Black with #DC822E
Text Example
Text Example
White with #DC822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC822E; }
p { color: rgb(220,130,46); }
H1.HeaderClassName
{
color: #DC822E;
}
.AnyTagClassName
{
color: #DC822E;
}
</style>
background-color css
<style>
a { background-color: #DC822E; }
a { background-color: rgb(220,130,46); }
div.DivClassName
{
background-color: #DC822E;
}
.BgClassName
{
background-color: #DC822E;
}
</style>
border-color css
<style>
span { border-color: #DC822E; }
span { border-color: rgb(220,130,46); }
td.TdClassName
{
border-color: #DC822E;
}
.TagClassName
{
border-color: #DC822E;
}
</style>