Shades of Tree Poppy #DA8440
Tints of Tree Poppy #DA8440
RGB
CMYK
RGB Variations
Color information
#DA8440 (or 0xDA8440) is known color: Tree Poppy. HEX triplet: DA, 84 and 40. RGB value is (218,132,64). Sum of RGB (Red+Green+Blue) = 218+132+64=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8440 is #257BBF. Grayscale: #969696. Windows color (decimal): -2456512 or 4228314. OLE color: 4228314.
HSL color Cylindrical-coordinate representation of color #DA8440: hue angle of 26.49º 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 #DA8440 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 64 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.15 |
| HSL | 26.49º | 0.68% | 0.55% | - |
| HSV(B) | 26.49º | 0.71% | 0.85% | - |
| XYZ | 38.09 | 31.78 | 8.98 | - |
| YUV | 149.96 | 79.49 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 64 | 0 | 0.39 | 0.71 | 0.15 | 26.49 | 0.68 | 0.55 |
| Hex | DA | 84 | 40 | 0 | 27 | 47 | F | 1A | 44 | 37 |
| Octal | 332 | 204 | 100 | 0 | 47 | 107 | 17 | 32 | 104 | 67 |
| Binary | 11011010 | 10000100 | 1000000 | 0 | 100111 | 1000111 | 1111 | 11010 | 1000100 | 110111 |
Color Harmonies of #DA8440
Complementary color
Monochromatic Colors of #DA8440
Black with #DA8440
Text Example
Text Example
White with #DA8440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8440; }
p { color: rgb(218,132,64); }
H1.HeaderClassName
{
color: #DA8440;
}
.AnyTagClassName
{
color: #DA8440;
}
</style>
background-color css
<style>
a { background-color: #DA8440; }
a { background-color: rgb(218,132,64); }
div.DivClassName
{
background-color: #DA8440;
}
.BgClassName
{
background-color: #DA8440;
}
</style>
border-color css
<style>
span { border-color: #DA8440; }
span { border-color: rgb(218,132,64); }
td.TdClassName
{
border-color: #DA8440;
}
.TagClassName
{
border-color: #DA8440;
}
</style>