Shades of Tree Poppy #DC8534
Tints of Tree Poppy #DC8534
RGB
CMYK
RGB Variations
Color information
#DC8534 (or 0xDC8534) is known color: Tree Poppy. HEX triplet: DC, 85 and 34. RGB value is (220,133,52). Sum of RGB (Red+Green+Blue) = 220+133+52=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8534 is #237ACB. Grayscale: #969696. Windows color (decimal): -2325196 or 3442140. OLE color: 3442140.
HSL color Cylindrical-coordinate representation of color #DC8534: hue angle of 28.93º 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 #DC8534 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 52 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.14 |
| HSL | 28.93º | 0.71% | 0.53% | - |
| HSV(B) | 28.93º | 0.76% | 0.86% | - |
| XYZ | 38.52 | 32.24 | 7.44 | - |
| YUV | 149.78 | 72.82 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 52 | 0 | 0.40 | 0.76 | 0.14 | 28.93 | 0.71 | 0.53 |
| Hex | DC | 85 | 34 | 0 | 28 | 4C | E | 1D | 47 | 35 |
| Octal | 334 | 205 | 64 | 0 | 50 | 114 | 16 | 35 | 107 | 65 |
| Binary | 11011100 | 10000101 | 110100 | 0 | 101000 | 1001100 | 1110 | 11101 | 1000111 | 110101 |
Color Harmonies of #DC8534
Complementary color
Monochromatic Colors of #DC8534
Black with #DC8534
Text Example
Text Example
White with #DC8534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8534; }
p { color: rgb(220,133,52); }
H1.HeaderClassName
{
color: #DC8534;
}
.AnyTagClassName
{
color: #DC8534;
}
</style>
background-color css
<style>
a { background-color: #DC8534; }
a { background-color: rgb(220,133,52); }
div.DivClassName
{
background-color: #DC8534;
}
.BgClassName
{
background-color: #DC8534;
}
</style>
border-color css
<style>
span { border-color: #DC8534; }
span { border-color: rgb(220,133,52); }
td.TdClassName
{
border-color: #DC8534;
}
.TagClassName
{
border-color: #DC8534;
}
</style>