Shades of Tree Poppy #DC8834
Tints of Tree Poppy #DC8834
RGB
CMYK
RGB Variations
Color information
#DC8834 (or 0xDC8834) is known color: Tree Poppy. HEX triplet: DC, 88 and 34. RGB value is (220,136,52). Sum of RGB (Red+Green+Blue) = 220+136+52=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8834 is #2377CB. Grayscale: #979797. Windows color (decimal): -2324428 or 3442908. OLE color: 3442908.
HSL color Cylindrical-coordinate representation of color #DC8834: hue angle of 30º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC8834 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 52 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.14 |
| HSL | 30º | 0.71% | 0.53% | - |
| HSV(B) | 30º | 0.76% | 0.86% | - |
| XYZ | 38.94 | 33.07 | 7.58 | - |
| YUV | 151.54 | 71.83 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 52 | 0 | 0.38 | 0.76 | 0.14 | 30 | 0.71 | 0.53 |
| Hex | DC | 88 | 34 | 0 | 26 | 4C | E | 1E | 47 | 35 |
| Octal | 334 | 210 | 64 | 0 | 46 | 114 | 16 | 36 | 107 | 65 |
| Binary | 11011100 | 10001000 | 110100 | 0 | 100110 | 1001100 | 1110 | 11110 | 1000111 | 110101 |
Color Harmonies of #DC8834
Complementary color
Monochromatic Colors of #DC8834
Black with #DC8834
Text Example
Text Example
White with #DC8834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8834; }
p { color: rgb(220,136,52); }
H1.HeaderClassName
{
color: #DC8834;
}
.AnyTagClassName
{
color: #DC8834;
}
</style>
background-color css
<style>
a { background-color: #DC8834; }
a { background-color: rgb(220,136,52); }
div.DivClassName
{
background-color: #DC8834;
}
.BgClassName
{
background-color: #DC8834;
}
</style>
border-color css
<style>
span { border-color: #DC8834; }
span { border-color: rgb(220,136,52); }
td.TdClassName
{
border-color: #DC8834;
}
.TagClassName
{
border-color: #DC8834;
}
</style>