Shades of Tree Poppy #DC8439
Tints of Tree Poppy #DC8439
RGB
CMYK
RGB Variations
Color information
#DC8439 (or 0xDC8439) is known color: Tree Poppy. HEX triplet: DC, 84 and 39. RGB value is (220,132,57). Sum of RGB (Red+Green+Blue) = 220+132+57=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 57 (22.66% from 255 or 13.94% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8439 is #237BC6. Grayscale: #969696. Windows color (decimal): -2325447 or 3769564. OLE color: 3769564.
HSL color Cylindrical-coordinate representation of color #DC8439: hue angle of 27.61º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC8439 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 57 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.14 |
| HSL | 27.61º | 0.7% | 0.54% | - |
| HSV(B) | 27.61º | 0.74% | 0.86% | - |
| XYZ | 38.5 | 32.01 | 8.02 | - |
| YUV | 149.76 | 75.65 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 57 | 0 | 0.40 | 0.74 | 0.14 | 27.61 | 0.7 | 0.54 |
| Hex | DC | 84 | 39 | 0 | 28 | 4A | E | 1C | 46 | 36 |
| Octal | 334 | 204 | 71 | 0 | 50 | 112 | 16 | 34 | 106 | 66 |
| Binary | 11011100 | 10000100 | 111001 | 0 | 101000 | 1001010 | 1110 | 11100 | 1000110 | 110110 |
Color Harmonies of #DC8439
Complementary color
Monochromatic Colors of #DC8439
Black with #DC8439
Text Example
Text Example
White with #DC8439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8439; }
p { color: rgb(220,132,57); }
H1.HeaderClassName
{
color: #DC8439;
}
.AnyTagClassName
{
color: #DC8439;
}
</style>
background-color css
<style>
a { background-color: #DC8439; }
a { background-color: rgb(220,132,57); }
div.DivClassName
{
background-color: #DC8439;
}
.BgClassName
{
background-color: #DC8439;
}
</style>
border-color css
<style>
span { border-color: #DC8439; }
span { border-color: rgb(220,132,57); }
td.TdClassName
{
border-color: #DC8439;
}
.TagClassName
{
border-color: #DC8439;
}
</style>