Shades of Tree Poppy #DC853B
Tints of Tree Poppy #DC853B
RGB
CMYK
RGB Variations
Color information
#DC853B (or 0xDC853B) is known color: Tree Poppy. HEX triplet: DC, 85 and 3B. RGB value is (220,133,59). Sum of RGB (Red+Green+Blue) = 220+133+59=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 59 (23.44% from 255 or 14.32% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC853B is #237AC4. Grayscale: #969696. Windows color (decimal): -2325189 or 3900892. OLE color: 3900892.
HSL color Cylindrical-coordinate representation of color #DC853B: hue angle of 27.58º 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 #DC853B is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 59 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.14 |
| HSL | 27.58º | 0.7% | 0.55% | - |
| HSV(B) | 27.58º | 0.73% | 0.86% | - |
| XYZ | 38.69 | 32.31 | 8.33 | - |
| YUV | 150.58 | 76.32 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 59 | 0 | 0.40 | 0.73 | 0.14 | 27.58 | 0.7 | 0.55 |
| Hex | DC | 85 | 3B | 0 | 28 | 49 | E | 1C | 46 | 37 |
| Octal | 334 | 205 | 73 | 0 | 50 | 111 | 16 | 34 | 106 | 67 |
| Binary | 11011100 | 10000101 | 111011 | 0 | 101000 | 1001001 | 1110 | 11100 | 1000110 | 110111 |
Color Harmonies of #DC853B
Complementary color
Monochromatic Colors of #DC853B
Black with #DC853B
Text Example
Text Example
White with #DC853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC853B; }
p { color: rgb(220,133,59); }
H1.HeaderClassName
{
color: #DC853B;
}
.AnyTagClassName
{
color: #DC853B;
}
</style>
background-color css
<style>
a { background-color: #DC853B; }
a { background-color: rgb(220,133,59); }
div.DivClassName
{
background-color: #DC853B;
}
.BgClassName
{
background-color: #DC853B;
}
</style>
border-color css
<style>
span { border-color: #DC853B; }
span { border-color: rgb(220,133,59); }
td.TdClassName
{
border-color: #DC853B;
}
.TagClassName
{
border-color: #DC853B;
}
</style>