Shades of Tree Poppy #DC843D
Tints of Tree Poppy #DC843D
RGB
CMYK
RGB Variations
Color information
#DC843D (or 0xDC843D) is known color: Tree Poppy. HEX triplet: DC, 84 and 3D. RGB value is (220,132,61). Sum of RGB (Red+Green+Blue) = 220+132+61=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC843D is #237BC2. Grayscale: #969696. Windows color (decimal): -2325443 or 4031708. OLE color: 4031708.
HSL color Cylindrical-coordinate representation of color #DC843D: hue angle of 26.79º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC843D is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 61 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.14 |
| HSL | 26.79º | 0.69% | 0.55% | - |
| HSV(B) | 26.79º | 0.72% | 0.86% | - |
| XYZ | 38.61 | 32.06 | 8.57 | - |
| YUV | 150.22 | 77.65 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 61 | 0 | 0.40 | 0.72 | 0.14 | 26.79 | 0.69 | 0.55 |
| Hex | DC | 84 | 3D | 0 | 28 | 48 | E | 1B | 45 | 37 |
| Octal | 334 | 204 | 75 | 0 | 50 | 110 | 16 | 33 | 105 | 67 |
| Binary | 11011100 | 10000100 | 111101 | 0 | 101000 | 1001000 | 1110 | 11011 | 1000101 | 110111 |
Color Harmonies of #DC843D
Complementary color
Monochromatic Colors of #DC843D
Black with #DC843D
Text Example
Text Example
White with #DC843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC843D; }
p { color: rgb(220,132,61); }
H1.HeaderClassName
{
color: #DC843D;
}
.AnyTagClassName
{
color: #DC843D;
}
</style>
background-color css
<style>
a { background-color: #DC843D; }
a { background-color: rgb(220,132,61); }
div.DivClassName
{
background-color: #DC843D;
}
.BgClassName
{
background-color: #DC843D;
}
</style>
border-color css
<style>
span { border-color: #DC843D; }
span { border-color: rgb(220,132,61); }
td.TdClassName
{
border-color: #DC843D;
}
.TagClassName
{
border-color: #DC843D;
}
</style>