Shades of Tree Poppy #DA863B
Tints of Tree Poppy #DA863B
RGB
CMYK
RGB Variations
Color information
#DA863B (or 0xDA863B) is known color: Tree Poppy. HEX triplet: DA, 86 and 3B. RGB value is (218,134,59). Sum of RGB (Red+Green+Blue) = 218+134+59=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA863B is #2579C4. Grayscale: #969696. Windows color (decimal): -2456005 or 3901146. OLE color: 3901146.
HSL color Cylindrical-coordinate representation of color #DA863B: hue angle of 28.3º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA863B is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 59 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.15 |
| HSL | 28.3º | 0.68% | 0.54% | - |
| HSV(B) | 28.3º | 0.73% | 0.85% | - |
| XYZ | 38.23 | 32.27 | 8.35 | - |
| YUV | 150.57 | 76.33 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 59 | 0 | 0.39 | 0.73 | 0.15 | 28.3 | 0.68 | 0.54 |
| Hex | DA | 86 | 3B | 0 | 27 | 49 | F | 1C | 44 | 36 |
| Octal | 332 | 206 | 73 | 0 | 47 | 111 | 17 | 34 | 104 | 66 |
| Binary | 11011010 | 10000110 | 111011 | 0 | 100111 | 1001001 | 1111 | 11100 | 1000100 | 110110 |
Color Harmonies of #DA863B
Complementary color
Monochromatic Colors of #DA863B
Black with #DA863B
Text Example
Text Example
White with #DA863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA863B; }
p { color: rgb(218,134,59); }
H1.HeaderClassName
{
color: #DA863B;
}
.AnyTagClassName
{
color: #DA863B;
}
</style>
background-color css
<style>
a { background-color: #DA863B; }
a { background-color: rgb(218,134,59); }
div.DivClassName
{
background-color: #DA863B;
}
.BgClassName
{
background-color: #DA863B;
}
</style>
border-color css
<style>
span { border-color: #DA863B; }
span { border-color: rgb(218,134,59); }
td.TdClassName
{
border-color: #DA863B;
}
.TagClassName
{
border-color: #DA863B;
}
</style>