Shades of Tree Poppy #DC8A3C
Tints of Tree Poppy #DC8A3C
RGB
CMYK
RGB Variations
Color information
#DC8A3C (or 0xDC8A3C) is known color: Tree Poppy. HEX triplet: DC, 8A and 3C. RGB value is (220,138,60). Sum of RGB (Red+Green+Blue) = 220+138+60=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A3C is #2375C3. Grayscale: #9A9A9A. Windows color (decimal): -2323908 or 3967708. OLE color: 3967708.
HSL color Cylindrical-coordinate representation of color #DC8A3C: hue angle of 29.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC8A3C is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 60 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.14 |
| HSL | 29.25º | 0.7% | 0.55% | - |
| HSV(B) | 29.25º | 0.73% | 0.86% | - |
| XYZ | 39.42 | 33.72 | 8.71 | - |
| YUV | 153.63 | 75.17 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 60 | 0 | 0.37 | 0.73 | 0.14 | 29.25 | 0.7 | 0.55 |
| Hex | DC | 8A | 3C | 0 | 25 | 49 | E | 1D | 46 | 37 |
| Octal | 334 | 212 | 74 | 0 | 45 | 111 | 16 | 35 | 106 | 67 |
| Binary | 11011100 | 10001010 | 111100 | 0 | 100101 | 1001001 | 1110 | 11101 | 1000110 | 110111 |
Color Harmonies of #DC8A3C
Complementary color
Monochromatic Colors of #DC8A3C
Black with #DC8A3C
Text Example
Text Example
White with #DC8A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A3C; }
p { color: rgb(220,138,60); }
H1.HeaderClassName
{
color: #DC8A3C;
}
.AnyTagClassName
{
color: #DC8A3C;
}
</style>
background-color css
<style>
a { background-color: #DC8A3C; }
a { background-color: rgb(220,138,60); }
div.DivClassName
{
background-color: #DC8A3C;
}
.BgClassName
{
background-color: #DC8A3C;
}
</style>
border-color css
<style>
span { border-color: #DC8A3C; }
span { border-color: rgb(220,138,60); }
td.TdClassName
{
border-color: #DC8A3C;
}
.TagClassName
{
border-color: #DC8A3C;
}
</style>