Shades of Tree Poppy #DC8734
Tints of Tree Poppy #DC8734
RGB
CMYK
RGB Variations
Color information
#DC8734 (or 0xDC8734) is known color: Tree Poppy. HEX triplet: DC, 87 and 34. RGB value is (220,135,52). Sum of RGB (Red+Green+Blue) = 220+135+52=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8734 is #2378CB. Grayscale: #979797. Windows color (decimal): -2324684 or 3442652. OLE color: 3442652.
HSL color Cylindrical-coordinate representation of color #DC8734: hue angle of 29.64º 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 #DC8734 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 52 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.14 |
| HSL | 29.64º | 0.71% | 0.53% | - |
| HSV(B) | 29.64º | 0.76% | 0.86% | - |
| XYZ | 38.8 | 32.79 | 7.53 | - |
| YUV | 150.95 | 72.16 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 52 | 0 | 0.39 | 0.76 | 0.14 | 29.64 | 0.71 | 0.53 |
| Hex | DC | 87 | 34 | 0 | 27 | 4C | E | 1E | 47 | 35 |
| Octal | 334 | 207 | 64 | 0 | 47 | 114 | 16 | 36 | 107 | 65 |
| Binary | 11011100 | 10000111 | 110100 | 0 | 100111 | 1001100 | 1110 | 11110 | 1000111 | 110101 |
Color Harmonies of #DC8734
Complementary color
Monochromatic Colors of #DC8734
Black with #DC8734
Text Example
Text Example
White with #DC8734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8734; }
p { color: rgb(220,135,52); }
H1.HeaderClassName
{
color: #DC8734;
}
.AnyTagClassName
{
color: #DC8734;
}
</style>
background-color css
<style>
a { background-color: #DC8734; }
a { background-color: rgb(220,135,52); }
div.DivClassName
{
background-color: #DC8734;
}
.BgClassName
{
background-color: #DC8734;
}
</style>
border-color css
<style>
span { border-color: #DC8734; }
span { border-color: rgb(220,135,52); }
td.TdClassName
{
border-color: #DC8734;
}
.TagClassName
{
border-color: #DC8734;
}
</style>