Shades of Tree Poppy #DC8938
Tints of Tree Poppy #DC8938
RGB
CMYK
RGB Variations
Color information
#DC8938 (or 0xDC8938) is known color: Tree Poppy. HEX triplet: DC, 89 and 38. RGB value is (220,137,56). Sum of RGB (Red+Green+Blue) = 220+137+56=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8938 is #2376C7. Grayscale: #989898. Windows color (decimal): -2324168 or 3705308. OLE color: 3705308.
HSL color Cylindrical-coordinate representation of color #DC8938: hue angle of 29.63º 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 #DC8938 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 56 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.14 |
| HSL | 29.63º | 0.7% | 0.54% | - |
| HSV(B) | 29.63º | 0.75% | 0.86% | - |
| XYZ | 39.17 | 33.39 | 8.12 | - |
| YUV | 152.58 | 73.5 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 56 | 0 | 0.38 | 0.75 | 0.14 | 29.63 | 0.7 | 0.54 |
| Hex | DC | 89 | 38 | 0 | 26 | 4B | E | 1E | 46 | 36 |
| Octal | 334 | 211 | 70 | 0 | 46 | 113 | 16 | 36 | 106 | 66 |
| Binary | 11011100 | 10001001 | 111000 | 0 | 100110 | 1001011 | 1110 | 11110 | 1000110 | 110110 |
Color Harmonies of #DC8938
Complementary color
Monochromatic Colors of #DC8938
Black with #DC8938
Text Example
Text Example
White with #DC8938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8938; }
p { color: rgb(220,137,56); }
H1.HeaderClassName
{
color: #DC8938;
}
.AnyTagClassName
{
color: #DC8938;
}
</style>
background-color css
<style>
a { background-color: #DC8938; }
a { background-color: rgb(220,137,56); }
div.DivClassName
{
background-color: #DC8938;
}
.BgClassName
{
background-color: #DC8938;
}
</style>
border-color css
<style>
span { border-color: #DC8938; }
span { border-color: rgb(220,137,56); }
td.TdClassName
{
border-color: #DC8938;
}
.TagClassName
{
border-color: #DC8938;
}
</style>