Shades of Tree Poppy #DC8632
Tints of Tree Poppy #DC8632
RGB
CMYK
RGB Variations
Color information
#DC8632 (or 0xDC8632) is known color: Tree Poppy. HEX triplet: DC, 86 and 32. RGB value is (220,134,50). Sum of RGB (Red+Green+Blue) = 220+134+50=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8632 is #2379CD. Grayscale: #969696. Windows color (decimal): -2324942 or 3311324. OLE color: 3311324.
HSL color Cylindrical-coordinate representation of color #DC8632: hue angle of 29.65º 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 #DC8632 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 50 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.14 |
| HSL | 29.65º | 0.71% | 0.53% | - |
| HSV(B) | 29.65º | 0.77% | 0.86% | - |
| XYZ | 38.62 | 32.5 | 7.25 | - |
| YUV | 150.14 | 71.49 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 50 | 0 | 0.39 | 0.77 | 0.14 | 29.65 | 0.71 | 0.53 |
| Hex | DC | 86 | 32 | 0 | 27 | 4D | E | 1E | 47 | 35 |
| Octal | 334 | 206 | 62 | 0 | 47 | 115 | 16 | 36 | 107 | 65 |
| Binary | 11011100 | 10000110 | 110010 | 0 | 100111 | 1001101 | 1110 | 11110 | 1000111 | 110101 |
Color Harmonies of #DC8632
Complementary color
Monochromatic Colors of #DC8632
Black with #DC8632
Text Example
Text Example
White with #DC8632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8632; }
p { color: rgb(220,134,50); }
H1.HeaderClassName
{
color: #DC8632;
}
.AnyTagClassName
{
color: #DC8632;
}
</style>
background-color css
<style>
a { background-color: #DC8632; }
a { background-color: rgb(220,134,50); }
div.DivClassName
{
background-color: #DC8632;
}
.BgClassName
{
background-color: #DC8632;
}
</style>
border-color css
<style>
span { border-color: #DC8632; }
span { border-color: rgb(220,134,50); }
td.TdClassName
{
border-color: #DC8632;
}
.TagClassName
{
border-color: #DC8632;
}
</style>