Shades of Tree Poppy #DC8732
Tints of Tree Poppy #DC8732
RGB
CMYK
RGB Variations
Color information
#DC8732 (or 0xDC8732) is known color: Tree Poppy. HEX triplet: DC, 87 and 32. RGB value is (220,135,50). Sum of RGB (Red+Green+Blue) = 220+135+50=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8732 is #2378CD. Grayscale: #979797. Windows color (decimal): -2324686 or 3311580. OLE color: 3311580.
HSL color Cylindrical-coordinate representation of color #DC8732: 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.77%. Process color model (Four color, CMYK) of #DC8732 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 50 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.14 |
| HSL | 30º | 0.71% | 0.53% | - |
| HSV(B) | 30º | 0.77% | 0.86% | - |
| XYZ | 38.75 | 32.77 | 7.3 | - |
| YUV | 150.73 | 71.16 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 50 | 0 | 0.39 | 0.77 | 0.14 | 30 | 0.71 | 0.53 |
| Hex | DC | 87 | 32 | 0 | 27 | 4D | E | 1E | 47 | 35 |
| Octal | 334 | 207 | 62 | 0 | 47 | 115 | 16 | 36 | 107 | 65 |
| Binary | 11011100 | 10000111 | 110010 | 0 | 100111 | 1001101 | 1110 | 11110 | 1000111 | 110101 |
Color Harmonies of #DC8732
Complementary color
Monochromatic Colors of #DC8732
Black with #DC8732
Text Example
Text Example
White with #DC8732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8732; }
p { color: rgb(220,135,50); }
H1.HeaderClassName
{
color: #DC8732;
}
.AnyTagClassName
{
color: #DC8732;
}
</style>
background-color css
<style>
a { background-color: #DC8732; }
a { background-color: rgb(220,135,50); }
div.DivClassName
{
background-color: #DC8732;
}
.BgClassName
{
background-color: #DC8732;
}
</style>
border-color css
<style>
span { border-color: #DC8732; }
span { border-color: rgb(220,135,50); }
td.TdClassName
{
border-color: #DC8732;
}
.TagClassName
{
border-color: #DC8732;
}
</style>