Shades of Tree Poppy #DC853F
Tints of Tree Poppy #DC853F
RGB
CMYK
RGB Variations
Color information
#DC853F (or 0xDC853F) is known color: Tree Poppy. HEX triplet: DC, 85 and 3F. RGB value is (220,133,63). Sum of RGB (Red+Green+Blue) = 220+133+63=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC853F is #237AC0. Grayscale: #979797. Windows color (decimal): -2325185 or 4163036. OLE color: 4163036.
HSL color Cylindrical-coordinate representation of color #DC853F: hue angle of 26.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC853F is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 63 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.14 |
| HSL | 26.75º | 0.69% | 0.55% | - |
| HSV(B) | 26.75º | 0.71% | 0.86% | - |
| XYZ | 38.8 | 32.35 | 8.9 | - |
| YUV | 151.03 | 78.32 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 63 | 0 | 0.40 | 0.71 | 0.14 | 26.75 | 0.69 | 0.55 |
| Hex | DC | 85 | 3F | 0 | 28 | 47 | E | 1B | 45 | 37 |
| Octal | 334 | 205 | 77 | 0 | 50 | 107 | 16 | 33 | 105 | 67 |
| Binary | 11011100 | 10000101 | 111111 | 0 | 101000 | 1000111 | 1110 | 11011 | 1000101 | 110111 |
Color Harmonies of #DC853F
Complementary color
Monochromatic Colors of #DC853F
Black with #DC853F
Text Example
Text Example
White with #DC853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC853F; }
p { color: rgb(220,133,63); }
H1.HeaderClassName
{
color: #DC853F;
}
.AnyTagClassName
{
color: #DC853F;
}
</style>
background-color css
<style>
a { background-color: #DC853F; }
a { background-color: rgb(220,133,63); }
div.DivClassName
{
background-color: #DC853F;
}
.BgClassName
{
background-color: #DC853F;
}
</style>
border-color css
<style>
span { border-color: #DC853F; }
span { border-color: rgb(220,133,63); }
td.TdClassName
{
border-color: #DC853F;
}
.TagClassName
{
border-color: #DC853F;
}
</style>