Shades of Tree Poppy #DC8431
Tints of Tree Poppy #DC8431
RGB
CMYK
RGB Variations
Color information
#DC8431 (or 0xDC8431) is known color: Tree Poppy. HEX triplet: DC, 84 and 31. RGB value is (220,132,49). Sum of RGB (Red+Green+Blue) = 220+132+49=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8431 is #237BCE. Grayscale: #959595. Windows color (decimal): -2325455 or 3245276. OLE color: 3245276.
HSL color Cylindrical-coordinate representation of color #DC8431: hue angle of 29.12º 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 #DC8431 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 49 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.14 |
| HSL | 29.12º | 0.71% | 0.53% | - |
| HSV(B) | 29.12º | 0.78% | 0.86% | - |
| XYZ | 38.32 | 31.94 | 7.05 | - |
| YUV | 148.85 | 71.65 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 49 | 0 | 0.40 | 0.78 | 0.14 | 29.12 | 0.71 | 0.53 |
| Hex | DC | 84 | 31 | 0 | 28 | 4E | E | 1D | 47 | 35 |
| Octal | 334 | 204 | 61 | 0 | 50 | 116 | 16 | 35 | 107 | 65 |
| Binary | 11011100 | 10000100 | 110001 | 0 | 101000 | 1001110 | 1110 | 11101 | 1000111 | 110101 |
Color Harmonies of #DC8431
Complementary color
Monochromatic Colors of #DC8431
Black with #DC8431
Text Example
Text Example
White with #DC8431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8431; }
p { color: rgb(220,132,49); }
H1.HeaderClassName
{
color: #DC8431;
}
.AnyTagClassName
{
color: #DC8431;
}
</style>
background-color css
<style>
a { background-color: #DC8431; }
a { background-color: rgb(220,132,49); }
div.DivClassName
{
background-color: #DC8431;
}
.BgClassName
{
background-color: #DC8431;
}
</style>
border-color css
<style>
span { border-color: #DC8431; }
span { border-color: rgb(220,132,49); }
td.TdClassName
{
border-color: #DC8431;
}
.TagClassName
{
border-color: #DC8431;
}
</style>