Shades of Tree Poppy #DC843A
Tints of Tree Poppy #DC843A
RGB
CMYK
RGB Variations
Color information
#DC843A (or 0xDC843A) is known color: Tree Poppy. HEX triplet: DC, 84 and 3A. RGB value is (220,132,58). Sum of RGB (Red+Green+Blue) = 220+132+58=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC843A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC843A is #237BC5. Grayscale: #969696. Windows color (decimal): -2325446 or 3835100. OLE color: 3835100.
HSL color Cylindrical-coordinate representation of color #DC843A: hue angle of 27.41º 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 #DC843A is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 58 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.14 |
| HSL | 27.41º | 0.7% | 0.55% | - |
| HSV(B) | 27.41º | 0.74% | 0.86% | - |
| XYZ | 38.53 | 32.02 | 8.15 | - |
| YUV | 149.88 | 76.15 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 58 | 0 | 0.40 | 0.74 | 0.14 | 27.41 | 0.7 | 0.55 |
| Hex | DC | 84 | 3A | 0 | 28 | 4A | E | 1B | 46 | 37 |
| Octal | 334 | 204 | 72 | 0 | 50 | 112 | 16 | 33 | 106 | 67 |
| Binary | 11011100 | 10000100 | 111010 | 0 | 101000 | 1001010 | 1110 | 11011 | 1000110 | 110111 |
Color Harmonies of #DC843A
Complementary color
Monochromatic Colors of #DC843A
Black with #DC843A
Text Example
Text Example
White with #DC843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC843A; }
p { color: rgb(220,132,58); }
H1.HeaderClassName
{
color: #DC843A;
}
.AnyTagClassName
{
color: #DC843A;
}
</style>
background-color css
<style>
a { background-color: #DC843A; }
a { background-color: rgb(220,132,58); }
div.DivClassName
{
background-color: #DC843A;
}
.BgClassName
{
background-color: #DC843A;
}
</style>
border-color css
<style>
span { border-color: #DC843A; }
span { border-color: rgb(220,132,58); }
td.TdClassName
{
border-color: #DC843A;
}
.TagClassName
{
border-color: #DC843A;
}
</style>