Shades of Tree Poppy #DC8343
Tints of Tree Poppy #DC8343
RGB
CMYK
RGB Variations
Color information
#DC8343 (or 0xDC8343) is known color: Tree Poppy. HEX triplet: DC, 83 and 43. RGB value is (220,131,67). Sum of RGB (Red+Green+Blue) = 220+131+67=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8343 is #237CBC. Grayscale: #969696. Windows color (decimal): -2325693 or 4424668. OLE color: 4424668.
HSL color Cylindrical-coordinate representation of color #DC8343: hue angle of 25.1º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC8343 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 67 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.14 |
| HSL | 25.1º | 0.69% | 0.56% | - |
| HSV(B) | 25.1º | 0.7% | 0.86% | - |
| XYZ | 38.64 | 31.85 | 9.42 | - |
| YUV | 150.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 67 | 0 | 0.40 | 0.70 | 0.14 | 25.1 | 0.69 | 0.56 |
| Hex | DC | 83 | 43 | 0 | 28 | 46 | E | 19 | 45 | 38 |
| Octal | 334 | 203 | 103 | 0 | 50 | 106 | 16 | 31 | 105 | 70 |
| Binary | 11011100 | 10000011 | 1000011 | 0 | 101000 | 1000110 | 1110 | 11001 | 1000101 | 111000 |
Color Harmonies of #DC8343
Complementary color
Monochromatic Colors of #DC8343
Black with #DC8343
Text Example
Text Example
White with #DC8343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8343; }
p { color: rgb(220,131,67); }
H1.HeaderClassName
{
color: #DC8343;
}
.AnyTagClassName
{
color: #DC8343;
}
</style>
background-color css
<style>
a { background-color: #DC8343; }
a { background-color: rgb(220,131,67); }
div.DivClassName
{
background-color: #DC8343;
}
.BgClassName
{
background-color: #DC8343;
}
</style>
border-color css
<style>
span { border-color: #DC8343; }
span { border-color: rgb(220,131,67); }
td.TdClassName
{
border-color: #DC8343;
}
.TagClassName
{
border-color: #DC8343;
}
</style>