Shades of Tree Poppy #DC8538
Tints of Tree Poppy #DC8538
RGB
CMYK
RGB Variations
Color information
#DC8538 (or 0xDC8538) is known color: Tree Poppy. HEX triplet: DC, 85 and 38. RGB value is (220,133,56). Sum of RGB (Red+Green+Blue) = 220+133+56=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8538 is #237AC7. Grayscale: #969696. Windows color (decimal): -2325192 or 3704284. OLE color: 3704284.
HSL color Cylindrical-coordinate representation of color #DC8538: hue angle of 28.17º 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 #DC8538 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 56 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.14 |
| HSL | 28.17º | 0.7% | 0.54% | - |
| HSV(B) | 28.17º | 0.75% | 0.86% | - |
| XYZ | 38.62 | 32.28 | 7.94 | - |
| YUV | 150.24 | 74.82 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 56 | 0 | 0.40 | 0.75 | 0.14 | 28.17 | 0.7 | 0.54 |
| Hex | DC | 85 | 38 | 0 | 28 | 4B | E | 1C | 46 | 36 |
| Octal | 334 | 205 | 70 | 0 | 50 | 113 | 16 | 34 | 106 | 66 |
| Binary | 11011100 | 10000101 | 111000 | 0 | 101000 | 1001011 | 1110 | 11100 | 1000110 | 110110 |
Color Harmonies of #DC8538
Complementary color
Monochromatic Colors of #DC8538
Black with #DC8538
Text Example
Text Example
White with #DC8538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8538; }
p { color: rgb(220,133,56); }
H1.HeaderClassName
{
color: #DC8538;
}
.AnyTagClassName
{
color: #DC8538;
}
</style>
background-color css
<style>
a { background-color: #DC8538; }
a { background-color: rgb(220,133,56); }
div.DivClassName
{
background-color: #DC8538;
}
.BgClassName
{
background-color: #DC8538;
}
</style>
border-color css
<style>
span { border-color: #DC8538; }
span { border-color: rgb(220,133,56); }
td.TdClassName
{
border-color: #DC8538;
}
.TagClassName
{
border-color: #DC8538;
}
</style>