Shades of Tree Poppy #DC8731
Tints of Tree Poppy #DC8731
RGB
CMYK
RGB Variations
Color information
#DC8731 (or 0xDC8731) is known color: Tree Poppy. HEX triplet: DC, 87 and 31. RGB value is (220,135,49). Sum of RGB (Red+Green+Blue) = 220+135+49=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8731 is #2378CE. Grayscale: #979797. Windows color (decimal): -2324687 or 3246044. OLE color: 3246044.
HSL color Cylindrical-coordinate representation of color #DC8731: hue angle of 30.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC8731 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 49 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.14 |
| HSL | 30.18º | 0.71% | 0.53% | - |
| HSV(B) | 30.18º | 0.78% | 0.86% | - |
| XYZ | 38.73 | 32.77 | 7.19 | - |
| YUV | 150.61 | 70.66 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 49 | 0 | 0.39 | 0.78 | 0.14 | 30.18 | 0.71 | 0.53 |
| Hex | DC | 87 | 31 | 0 | 27 | 4E | E | 1E | 47 | 35 |
| Octal | 334 | 207 | 61 | 0 | 47 | 116 | 16 | 36 | 107 | 65 |
| Binary | 11011100 | 10000111 | 110001 | 0 | 100111 | 1001110 | 1110 | 11110 | 1000111 | 110101 |
Color Harmonies of #DC8731
Complementary color
Monochromatic Colors of #DC8731
Black with #DC8731
Text Example
Text Example
White with #DC8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8731; }
p { color: rgb(220,135,49); }
H1.HeaderClassName
{
color: #DC8731;
}
.AnyTagClassName
{
color: #DC8731;
}
</style>
background-color css
<style>
a { background-color: #DC8731; }
a { background-color: rgb(220,135,49); }
div.DivClassName
{
background-color: #DC8731;
}
.BgClassName
{
background-color: #DC8731;
}
</style>
border-color css
<style>
span { border-color: #DC8731; }
span { border-color: rgb(220,135,49); }
td.TdClassName
{
border-color: #DC8731;
}
.TagClassName
{
border-color: #DC8731;
}
</style>