Shades of Tree Poppy #DC8A41
Tints of Tree Poppy #DC8A41
RGB
CMYK
RGB Variations
Color information
#DC8A41 (or 0xDC8A41) is known color: Tree Poppy. HEX triplet: DC, 8A and 41. RGB value is (220,138,65). Sum of RGB (Red+Green+Blue) = 220+138+65=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A41 is #2375BE. Grayscale: #9A9A9A. Windows color (decimal): -2323903 or 4295388. OLE color: 4295388.
HSL color Cylindrical-coordinate representation of color #DC8A41: hue angle of 28.26º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC8A41 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 65 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.14 |
| HSL | 28.26º | 0.69% | 0.56% | - |
| HSV(B) | 28.26º | 0.7% | 0.86% | - |
| XYZ | 39.56 | 33.77 | 9.44 | - |
| YUV | 154.2 | 77.67 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 65 | 0 | 0.37 | 0.70 | 0.14 | 28.26 | 0.69 | 0.56 |
| Hex | DC | 8A | 41 | 0 | 25 | 46 | E | 1C | 45 | 38 |
| Octal | 334 | 212 | 101 | 0 | 45 | 106 | 16 | 34 | 105 | 70 |
| Binary | 11011100 | 10001010 | 1000001 | 0 | 100101 | 1000110 | 1110 | 11100 | 1000101 | 111000 |
Color Harmonies of #DC8A41
Complementary color
Monochromatic Colors of #DC8A41
Black with #DC8A41
Text Example
Text Example
White with #DC8A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A41; }
p { color: rgb(220,138,65); }
H1.HeaderClassName
{
color: #DC8A41;
}
.AnyTagClassName
{
color: #DC8A41;
}
</style>
background-color css
<style>
a { background-color: #DC8A41; }
a { background-color: rgb(220,138,65); }
div.DivClassName
{
background-color: #DC8A41;
}
.BgClassName
{
background-color: #DC8A41;
}
</style>
border-color css
<style>
span { border-color: #DC8A41; }
span { border-color: rgb(220,138,65); }
td.TdClassName
{
border-color: #DC8A41;
}
.TagClassName
{
border-color: #DC8A41;
}
</style>