Shades of Tree Poppy #DA7D3E
Tints of Tree Poppy #DA7D3E
RGB
CMYK
RGB Variations
Color information
#DA7D3E (or 0xDA7D3E) is known color: Tree Poppy. HEX triplet: DA, 7D and 3E. RGB value is (218,125,62). Sum of RGB (Red+Green+Blue) = 218+125+62=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7D3E is #2582C1. Grayscale: #919191. Windows color (decimal): -2458306 or 4095450. OLE color: 4095450.
HSL color Cylindrical-coordinate representation of color #DA7D3E: hue angle of 24.23º 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 #DA7D3E is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 62 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.15 |
| HSL | 24.23º | 0.68% | 0.55% | - |
| HSV(B) | 24.23º | 0.72% | 0.85% | - |
| XYZ | 37.12 | 29.92 | 8.38 | - |
| YUV | 145.63 | 80.81 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 62 | 0 | 0.43 | 0.72 | 0.15 | 24.23 | 0.68 | 0.55 |
| Hex | DA | 7D | 3E | 0 | 2B | 48 | F | 18 | 44 | 37 |
| Octal | 332 | 175 | 76 | 0 | 53 | 110 | 17 | 30 | 104 | 67 |
| Binary | 11011010 | 1111101 | 111110 | 0 | 101011 | 1001000 | 1111 | 11000 | 1000100 | 110111 |
Color Harmonies of #DA7D3E
Complementary color
Monochromatic Colors of #DA7D3E
Black with #DA7D3E
Text Example
Text Example
White with #DA7D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D3E; }
p { color: rgb(218,125,62); }
H1.HeaderClassName
{
color: #DA7D3E;
}
.AnyTagClassName
{
color: #DA7D3E;
}
</style>
background-color css
<style>
a { background-color: #DA7D3E; }
a { background-color: rgb(218,125,62); }
div.DivClassName
{
background-color: #DA7D3E;
}
.BgClassName
{
background-color: #DA7D3E;
}
</style>
border-color css
<style>
span { border-color: #DA7D3E; }
span { border-color: rgb(218,125,62); }
td.TdClassName
{
border-color: #DA7D3E;
}
.TagClassName
{
border-color: #DA7D3E;
}
</style>