Shades of Tree Poppy #DC8238
Tints of Tree Poppy #DC8238
RGB
CMYK
RGB Variations
Color information
#DC8238 (or 0xDC8238) is known color: Tree Poppy. HEX triplet: DC, 82 and 38. RGB value is (220,130,56). Sum of RGB (Red+Green+Blue) = 220+130+56=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8238 is #237DC7. Grayscale: #949494. Windows color (decimal): -2325960 or 3703516. OLE color: 3703516.
HSL color Cylindrical-coordinate representation of color #DC8238: hue angle of 27.07º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC8238 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 56 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.14 |
| HSL | 27.07º | 0.7% | 0.54% | - |
| HSV(B) | 27.07º | 0.75% | 0.86% | - |
| XYZ | 38.21 | 31.47 | 7.8 | - |
| YUV | 148.47 | 75.82 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 56 | 0 | 0.41 | 0.75 | 0.14 | 27.07 | 0.7 | 0.54 |
| Hex | DC | 82 | 38 | 0 | 29 | 4B | E | 1B | 46 | 36 |
| Octal | 334 | 202 | 70 | 0 | 51 | 113 | 16 | 33 | 106 | 66 |
| Binary | 11011100 | 10000010 | 111000 | 0 | 101001 | 1001011 | 1110 | 11011 | 1000110 | 110110 |
Color Harmonies of #DC8238
Complementary color
Monochromatic Colors of #DC8238
Black with #DC8238
Text Example
Text Example
White with #DC8238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8238; }
p { color: rgb(220,130,56); }
H1.HeaderClassName
{
color: #DC8238;
}
.AnyTagClassName
{
color: #DC8238;
}
</style>
background-color css
<style>
a { background-color: #DC8238; }
a { background-color: rgb(220,130,56); }
div.DivClassName
{
background-color: #DC8238;
}
.BgClassName
{
background-color: #DC8238;
}
</style>
border-color css
<style>
span { border-color: #DC8238; }
span { border-color: rgb(220,130,56); }
td.TdClassName
{
border-color: #DC8238;
}
.TagClassName
{
border-color: #DC8238;
}
</style>