Shades of Tree Poppy #DC853A
Tints of Tree Poppy #DC853A
RGB
CMYK
RGB Variations
Color information
#DC853A (or 0xDC853A) is known color: Tree Poppy. HEX triplet: DC, 85 and 3A. RGB value is (220,133,58). Sum of RGB (Red+Green+Blue) = 220+133+58=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC853A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC853A is #237AC5. Grayscale: #969696. Windows color (decimal): -2325190 or 3835356. OLE color: 3835356.
HSL color Cylindrical-coordinate representation of color #DC853A: hue angle of 27.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC853A is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 58 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.14 |
| HSL | 27.78º | 0.7% | 0.55% | - |
| HSV(B) | 27.78º | 0.74% | 0.86% | - |
| XYZ | 38.67 | 32.3 | 8.2 | - |
| YUV | 150.46 | 75.82 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 58 | 0 | 0.40 | 0.74 | 0.14 | 27.78 | 0.7 | 0.55 |
| Hex | DC | 85 | 3A | 0 | 28 | 4A | E | 1C | 46 | 37 |
| Octal | 334 | 205 | 72 | 0 | 50 | 112 | 16 | 34 | 106 | 67 |
| Binary | 11011100 | 10000101 | 111010 | 0 | 101000 | 1001010 | 1110 | 11100 | 1000110 | 110111 |
Color Harmonies of #DC853A
Complementary color
Monochromatic Colors of #DC853A
Black with #DC853A
Text Example
Text Example
White with #DC853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC853A; }
p { color: rgb(220,133,58); }
H1.HeaderClassName
{
color: #DC853A;
}
.AnyTagClassName
{
color: #DC853A;
}
</style>
background-color css
<style>
a { background-color: #DC853A; }
a { background-color: rgb(220,133,58); }
div.DivClassName
{
background-color: #DC853A;
}
.BgClassName
{
background-color: #DC853A;
}
</style>
border-color css
<style>
span { border-color: #DC853A; }
span { border-color: rgb(220,133,58); }
td.TdClassName
{
border-color: #DC853A;
}
.TagClassName
{
border-color: #DC853A;
}
</style>