Shades of Tree Poppy #DC8539
Tints of Tree Poppy #DC8539
RGB
CMYK
RGB Variations
Color information
#DC8539 (or 0xDC8539) is known color: Tree Poppy. HEX triplet: DC, 85 and 39. RGB value is (220,133,57). Sum of RGB (Red+Green+Blue) = 220+133+57=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8539 is #237AC6. Grayscale: #969696. Windows color (decimal): -2325191 or 3769820. OLE color: 3769820.
HSL color Cylindrical-coordinate representation of color #DC8539: hue angle of 27.98º 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 #DC8539 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 57 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.14 |
| HSL | 27.98º | 0.7% | 0.54% | - |
| HSV(B) | 27.98º | 0.74% | 0.86% | - |
| XYZ | 38.64 | 32.29 | 8.07 | - |
| YUV | 150.35 | 75.32 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 57 | 0 | 0.40 | 0.74 | 0.14 | 27.98 | 0.7 | 0.54 |
| Hex | DC | 85 | 39 | 0 | 28 | 4A | E | 1C | 46 | 36 |
| Octal | 334 | 205 | 71 | 0 | 50 | 112 | 16 | 34 | 106 | 66 |
| Binary | 11011100 | 10000101 | 111001 | 0 | 101000 | 1001010 | 1110 | 11100 | 1000110 | 110110 |
Color Harmonies of #DC8539
Complementary color
Monochromatic Colors of #DC8539
Black with #DC8539
Text Example
Text Example
White with #DC8539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8539; }
p { color: rgb(220,133,57); }
H1.HeaderClassName
{
color: #DC8539;
}
.AnyTagClassName
{
color: #DC8539;
}
</style>
background-color css
<style>
a { background-color: #DC8539; }
a { background-color: rgb(220,133,57); }
div.DivClassName
{
background-color: #DC8539;
}
.BgClassName
{
background-color: #DC8539;
}
</style>
border-color css
<style>
span { border-color: #DC8539; }
span { border-color: rgb(220,133,57); }
td.TdClassName
{
border-color: #DC8539;
}
.TagClassName
{
border-color: #DC8539;
}
</style>