Shades of Tree Poppy #DA7D31
Tints of Tree Poppy #DA7D31
RGB
CMYK
RGB Variations
Color information
#DA7D31 (or 0xDA7D31) is known color: Tree Poppy. HEX triplet: DA, 7D and 31. RGB value is (218,125,49). Sum of RGB (Red+Green+Blue) = 218+125+49=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7D31 is #2582CE. Grayscale: #909090. Windows color (decimal): -2458319 or 3243482. OLE color: 3243482.
HSL color Cylindrical-coordinate representation of color #DA7D31: hue angle of 26.98º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA7D31 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 49 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.15 |
| HSL | 26.98º | 0.7% | 0.52% | - |
| HSV(B) | 26.98º | 0.78% | 0.85% | - |
| XYZ | 36.8 | 29.79 | 6.72 | - |
| YUV | 144.14 | 74.31 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 49 | 0 | 0.43 | 0.78 | 0.15 | 26.98 | 0.7 | 0.52 |
| Hex | DA | 7D | 31 | 0 | 2B | 4E | F | 1B | 46 | 34 |
| Octal | 332 | 175 | 61 | 0 | 53 | 116 | 17 | 33 | 106 | 64 |
| Binary | 11011010 | 1111101 | 110001 | 0 | 101011 | 1001110 | 1111 | 11011 | 1000110 | 110100 |
Color Harmonies of #DA7D31
Complementary color
Monochromatic Colors of #DA7D31
Black with #DA7D31
Text Example
Text Example
White with #DA7D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D31; }
p { color: rgb(218,125,49); }
H1.HeaderClassName
{
color: #DA7D31;
}
.AnyTagClassName
{
color: #DA7D31;
}
</style>
background-color css
<style>
a { background-color: #DA7D31; }
a { background-color: rgb(218,125,49); }
div.DivClassName
{
background-color: #DA7D31;
}
.BgClassName
{
background-color: #DA7D31;
}
</style>
border-color css
<style>
span { border-color: #DA7D31; }
span { border-color: rgb(218,125,49); }
td.TdClassName
{
border-color: #DA7D31;
}
.TagClassName
{
border-color: #DA7D31;
}
</style>