Shades of Tree Poppy #DC812E
Tints of Tree Poppy #DC812E
RGB
CMYK
RGB Variations
Color information
#DC812E (or 0xDC812E) is known color: Tree Poppy. HEX triplet: DC, 81 and 2E. RGB value is (220,129,46). Sum of RGB (Red+Green+Blue) = 220+129+46=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC812E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC812E is #237ED1. Grayscale: #939393. Windows color (decimal): -2326226 or 3047900. OLE color: 3047900.
HSL color Cylindrical-coordinate representation of color #DC812E: hue angle of 28.62º 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 #DC812E is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 46 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.14 |
| HSL | 28.62º | 0.71% | 0.52% | - |
| HSV(B) | 28.62º | 0.79% | 0.86% | - |
| XYZ | 37.86 | 31.11 | 6.59 | - |
| YUV | 146.75 | 71.15 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 46 | 0 | 0.41 | 0.79 | 0.14 | 28.62 | 0.71 | 0.52 |
| Hex | DC | 81 | 2E | 0 | 29 | 4F | E | 1D | 47 | 34 |
| Octal | 334 | 201 | 56 | 0 | 51 | 117 | 16 | 35 | 107 | 64 |
| Binary | 11011100 | 10000001 | 101110 | 0 | 101001 | 1001111 | 1110 | 11101 | 1000111 | 110100 |
Color Harmonies of #DC812E
Complementary color
Monochromatic Colors of #DC812E
Black with #DC812E
Text Example
Text Example
White with #DC812E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC812E; }
p { color: rgb(220,129,46); }
H1.HeaderClassName
{
color: #DC812E;
}
.AnyTagClassName
{
color: #DC812E;
}
</style>
background-color css
<style>
a { background-color: #DC812E; }
a { background-color: rgb(220,129,46); }
div.DivClassName
{
background-color: #DC812E;
}
.BgClassName
{
background-color: #DC812E;
}
</style>
border-color css
<style>
span { border-color: #DC812E; }
span { border-color: rgb(220,129,46); }
td.TdClassName
{
border-color: #DC812E;
}
.TagClassName
{
border-color: #DC812E;
}
</style>