Shades of Tree Poppy #DA8240
Tints of Tree Poppy #DA8240
RGB
CMYK
RGB Variations
Color information
#DA8240 (or 0xDA8240) is known color: Tree Poppy. HEX triplet: DA, 82 and 40. RGB value is (218,130,64). Sum of RGB (Red+Green+Blue) = 218+130+64=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8240 is #257DBF. Grayscale: #959595. Windows color (decimal): -2457024 or 4227802. OLE color: 4227802.
HSL color Cylindrical-coordinate representation of color #DA8240: hue angle of 25.71º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA8240 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 64 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.15 |
| HSL | 25.71º | 0.68% | 0.55% | - |
| HSV(B) | 25.71º | 0.71% | 0.85% | - |
| XYZ | 37.82 | 31.24 | 8.89 | - |
| YUV | 148.79 | 80.15 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 64 | 0 | 0.40 | 0.71 | 0.15 | 25.71 | 0.68 | 0.55 |
| Hex | DA | 82 | 40 | 0 | 28 | 47 | F | 1A | 44 | 37 |
| Octal | 332 | 202 | 100 | 0 | 50 | 107 | 17 | 32 | 104 | 67 |
| Binary | 11011010 | 10000010 | 1000000 | 0 | 101000 | 1000111 | 1111 | 11010 | 1000100 | 110111 |
Color Harmonies of #DA8240
Complementary color
Monochromatic Colors of #DA8240
Black with #DA8240
Text Example
Text Example
White with #DA8240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8240; }
p { color: rgb(218,130,64); }
H1.HeaderClassName
{
color: #DA8240;
}
.AnyTagClassName
{
color: #DA8240;
}
</style>
background-color css
<style>
a { background-color: #DA8240; }
a { background-color: rgb(218,130,64); }
div.DivClassName
{
background-color: #DA8240;
}
.BgClassName
{
background-color: #DA8240;
}
</style>
border-color css
<style>
span { border-color: #DA8240; }
span { border-color: rgb(218,130,64); }
td.TdClassName
{
border-color: #DA8240;
}
.TagClassName
{
border-color: #DA8240;
}
</style>