Shades of Tree Poppy #DC853C
Tints of Tree Poppy #DC853C
RGB
CMYK
RGB Variations
Color information
#DC853C (or 0xDC853C) is known color: Tree Poppy. HEX triplet: DC, 85 and 3C. RGB value is (220,133,60). Sum of RGB (Red+Green+Blue) = 220+133+60=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC853C is #237AC3. Grayscale: #979797. Windows color (decimal): -2325188 or 3966428. OLE color: 3966428.
HSL color Cylindrical-coordinate representation of color #DC853C: hue angle of 27.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC853C is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 60 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.14 |
| HSL | 27.38º | 0.7% | 0.55% | - |
| HSV(B) | 27.38º | 0.73% | 0.86% | - |
| XYZ | 38.72 | 32.32 | 8.47 | - |
| YUV | 150.69 | 76.82 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 60 | 0 | 0.40 | 0.73 | 0.14 | 27.38 | 0.7 | 0.55 |
| Hex | DC | 85 | 3C | 0 | 28 | 49 | E | 1B | 46 | 37 |
| Octal | 334 | 205 | 74 | 0 | 50 | 111 | 16 | 33 | 106 | 67 |
| Binary | 11011100 | 10000101 | 111100 | 0 | 101000 | 1001001 | 1110 | 11011 | 1000110 | 110111 |
Color Harmonies of #DC853C
Complementary color
Monochromatic Colors of #DC853C
Black with #DC853C
Text Example
Text Example
White with #DC853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC853C; }
p { color: rgb(220,133,60); }
H1.HeaderClassName
{
color: #DC853C;
}
.AnyTagClassName
{
color: #DC853C;
}
</style>
background-color css
<style>
a { background-color: #DC853C; }
a { background-color: rgb(220,133,60); }
div.DivClassName
{
background-color: #DC853C;
}
.BgClassName
{
background-color: #DC853C;
}
</style>
border-color css
<style>
span { border-color: #DC853C; }
span { border-color: rgb(220,133,60); }
td.TdClassName
{
border-color: #DC853C;
}
.TagClassName
{
border-color: #DC853C;
}
</style>