Shades of Tree Poppy #DA8132
Tints of Tree Poppy #DA8132
RGB
CMYK
RGB Variations
Color information
#DA8132 (or 0xDA8132) is known color: Tree Poppy. HEX triplet: DA, 81 and 32. RGB value is (218,129,50). Sum of RGB (Red+Green+Blue) = 218+129+50=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8132 is #257ECD. Grayscale: #939393. Windows color (decimal): -2457294 or 3310042. OLE color: 3310042.
HSL color Cylindrical-coordinate representation of color #DA8132: hue angle of 28.21º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA8132 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 50 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.15 |
| HSL | 28.21º | 0.69% | 0.53% | - |
| HSV(B) | 28.21º | 0.77% | 0.85% | - |
| XYZ | 37.34 | 30.84 | 7 | - |
| YUV | 146.61 | 73.49 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 50 | 0 | 0.41 | 0.77 | 0.15 | 28.21 | 0.69 | 0.53 |
| Hex | DA | 81 | 32 | 0 | 29 | 4D | F | 1C | 45 | 35 |
| Octal | 332 | 201 | 62 | 0 | 51 | 115 | 17 | 34 | 105 | 65 |
| Binary | 11011010 | 10000001 | 110010 | 0 | 101001 | 1001101 | 1111 | 11100 | 1000101 | 110101 |
Color Harmonies of #DA8132
Complementary color
Monochromatic Colors of #DA8132
Black with #DA8132
Text Example
Text Example
White with #DA8132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8132; }
p { color: rgb(218,129,50); }
H1.HeaderClassName
{
color: #DA8132;
}
.AnyTagClassName
{
color: #DA8132;
}
</style>
background-color css
<style>
a { background-color: #DA8132; }
a { background-color: rgb(218,129,50); }
div.DivClassName
{
background-color: #DA8132;
}
.BgClassName
{
background-color: #DA8132;
}
</style>
border-color css
<style>
span { border-color: #DA8132; }
span { border-color: rgb(218,129,50); }
td.TdClassName
{
border-color: #DA8132;
}
.TagClassName
{
border-color: #DA8132;
}
</style>