Shades of Tree Poppy #DA873C
Tints of Tree Poppy #DA873C
RGB
CMYK
RGB Variations
Color information
#DA873C (or 0xDA873C) is known color: Tree Poppy. HEX triplet: DA, 87 and 3C. RGB value is (218,135,60). Sum of RGB (Red+Green+Blue) = 218+135+60=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA873C is #2578C3. Grayscale: #979797. Windows color (decimal): -2455748 or 3966938. OLE color: 3966938.
HSL color Cylindrical-coordinate representation of color #DA873C: hue angle of 28.48º 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 #DA873C is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 60 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.15 |
| HSL | 28.48º | 0.68% | 0.55% | - |
| HSV(B) | 28.48º | 0.72% | 0.85% | - |
| XYZ | 38.39 | 32.56 | 8.54 | - |
| YUV | 151.27 | 76.5 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 60 | 0 | 0.38 | 0.72 | 0.15 | 28.48 | 0.68 | 0.55 |
| Hex | DA | 87 | 3C | 0 | 26 | 48 | F | 1C | 44 | 37 |
| Octal | 332 | 207 | 74 | 0 | 46 | 110 | 17 | 34 | 104 | 67 |
| Binary | 11011010 | 10000111 | 111100 | 0 | 100110 | 1001000 | 1111 | 11100 | 1000100 | 110111 |
Color Harmonies of #DA873C
Complementary color
Monochromatic Colors of #DA873C
Black with #DA873C
Text Example
Text Example
White with #DA873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA873C; }
p { color: rgb(218,135,60); }
H1.HeaderClassName
{
color: #DA873C;
}
.AnyTagClassName
{
color: #DA873C;
}
</style>
background-color css
<style>
a { background-color: #DA873C; }
a { background-color: rgb(218,135,60); }
div.DivClassName
{
background-color: #DA873C;
}
.BgClassName
{
background-color: #DA873C;
}
</style>
border-color css
<style>
span { border-color: #DA873C; }
span { border-color: rgb(218,135,60); }
td.TdClassName
{
border-color: #DA873C;
}
.TagClassName
{
border-color: #DA873C;
}
</style>