Shades of Tree Poppy #DA863D
Tints of Tree Poppy #DA863D
RGB
CMYK
RGB Variations
Color information
#DA863D (or 0xDA863D) is known color: Tree Poppy. HEX triplet: DA, 86 and 3D. RGB value is (218,134,61). Sum of RGB (Red+Green+Blue) = 218+134+61=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA863D is #2579C2. Grayscale: #979797. Windows color (decimal): -2456003 or 4032218. OLE color: 4032218.
HSL color Cylindrical-coordinate representation of color #DA863D: hue angle of 27.9º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA863D is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 61 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.15 |
| HSL | 27.9º | 0.68% | 0.55% | - |
| HSV(B) | 27.9º | 0.72% | 0.85% | - |
| XYZ | 38.28 | 32.29 | 8.63 | - |
| YUV | 150.79 | 77.33 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 61 | 0 | 0.39 | 0.72 | 0.15 | 27.9 | 0.68 | 0.55 |
| Hex | DA | 86 | 3D | 0 | 27 | 48 | F | 1C | 44 | 37 |
| Octal | 332 | 206 | 75 | 0 | 47 | 110 | 17 | 34 | 104 | 67 |
| Binary | 11011010 | 10000110 | 111101 | 0 | 100111 | 1001000 | 1111 | 11100 | 1000100 | 110111 |
Color Harmonies of #DA863D
Complementary color
Monochromatic Colors of #DA863D
Black with #DA863D
Text Example
Text Example
White with #DA863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA863D; }
p { color: rgb(218,134,61); }
H1.HeaderClassName
{
color: #DA863D;
}
.AnyTagClassName
{
color: #DA863D;
}
</style>
background-color css
<style>
a { background-color: #DA863D; }
a { background-color: rgb(218,134,61); }
div.DivClassName
{
background-color: #DA863D;
}
.BgClassName
{
background-color: #DA863D;
}
</style>
border-color css
<style>
span { border-color: #DA863D; }
span { border-color: rgb(218,134,61); }
td.TdClassName
{
border-color: #DA863D;
}
.TagClassName
{
border-color: #DA863D;
}
</style>