Shades of Tree Poppy #DC8239
Tints of Tree Poppy #DC8239
RGB
CMYK
RGB Variations
Color information
#DC8239 (or 0xDC8239) is known color: Tree Poppy. HEX triplet: DC, 82 and 39. RGB value is (220,130,57). Sum of RGB (Red+Green+Blue) = 220+130+57=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8239 is #237DC6. Grayscale: #949494. Windows color (decimal): -2325959 or 3769052. OLE color: 3769052.
HSL color Cylindrical-coordinate representation of color #DC8239: hue angle of 26.87º 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 #DC8239 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 57 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.14 |
| HSL | 26.87º | 0.7% | 0.54% | - |
| HSV(B) | 26.87º | 0.74% | 0.86% | - |
| XYZ | 38.24 | 31.48 | 7.93 | - |
| YUV | 148.59 | 76.32 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 57 | 0 | 0.41 | 0.74 | 0.14 | 26.87 | 0.7 | 0.54 |
| Hex | DC | 82 | 39 | 0 | 29 | 4A | E | 1B | 46 | 36 |
| Octal | 334 | 202 | 71 | 0 | 51 | 112 | 16 | 33 | 106 | 66 |
| Binary | 11011100 | 10000010 | 111001 | 0 | 101001 | 1001010 | 1110 | 11011 | 1000110 | 110110 |
Color Harmonies of #DC8239
Complementary color
Monochromatic Colors of #DC8239
Black with #DC8239
Text Example
Text Example
White with #DC8239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8239; }
p { color: rgb(220,130,57); }
H1.HeaderClassName
{
color: #DC8239;
}
.AnyTagClassName
{
color: #DC8239;
}
</style>
background-color css
<style>
a { background-color: #DC8239; }
a { background-color: rgb(220,130,57); }
div.DivClassName
{
background-color: #DC8239;
}
.BgClassName
{
background-color: #DC8239;
}
</style>
border-color css
<style>
span { border-color: #DC8239; }
span { border-color: rgb(220,130,57); }
td.TdClassName
{
border-color: #DC8239;
}
.TagClassName
{
border-color: #DC8239;
}
</style>