Shades of Tree Poppy #DA8640
Tints of Tree Poppy #DA8640
RGB
CMYK
RGB Variations
Color information
#DA8640 (or 0xDA8640) is known color: Tree Poppy. HEX triplet: DA, 86 and 40. RGB value is (218,134,64). Sum of RGB (Red+Green+Blue) = 218+134+64=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8640 is #2579BF. Grayscale: #979797. Windows color (decimal): -2456000 or 4228826. OLE color: 4228826.
HSL color Cylindrical-coordinate representation of color #DA8640: hue angle of 27.27º 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 #DA8640 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 64 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.15 |
| HSL | 27.27º | 0.68% | 0.55% | - |
| HSV(B) | 27.27º | 0.71% | 0.85% | - |
| XYZ | 38.36 | 32.33 | 9.07 | - |
| YUV | 151.14 | 78.83 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 64 | 0 | 0.39 | 0.71 | 0.15 | 27.27 | 0.68 | 0.55 |
| Hex | DA | 86 | 40 | 0 | 27 | 47 | F | 1B | 44 | 37 |
| Octal | 332 | 206 | 100 | 0 | 47 | 107 | 17 | 33 | 104 | 67 |
| Binary | 11011010 | 10000110 | 1000000 | 0 | 100111 | 1000111 | 1111 | 11011 | 1000100 | 110111 |
Color Harmonies of #DA8640
Complementary color
Monochromatic Colors of #DA8640
Black with #DA8640
Text Example
Text Example
White with #DA8640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8640; }
p { color: rgb(218,134,64); }
H1.HeaderClassName
{
color: #DA8640;
}
.AnyTagClassName
{
color: #DA8640;
}
</style>
background-color css
<style>
a { background-color: #DA8640; }
a { background-color: rgb(218,134,64); }
div.DivClassName
{
background-color: #DA8640;
}
.BgClassName
{
background-color: #DA8640;
}
</style>
border-color css
<style>
span { border-color: #DA8640; }
span { border-color: rgb(218,134,64); }
td.TdClassName
{
border-color: #DA8640;
}
.TagClassName
{
border-color: #DA8640;
}
</style>