Shades of Tree Poppy #DA8534
Tints of Tree Poppy #DA8534
RGB
CMYK
RGB Variations
Color information
#DA8534 (or 0xDA8534) is known color: Tree Poppy. HEX triplet: DA, 85 and 34. RGB value is (218,133,52). Sum of RGB (Red+Green+Blue) = 218+133+52=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8534 is #257ACB. Grayscale: #959595. Windows color (decimal): -2456268 or 3442138. OLE color: 3442138.
HSL color Cylindrical-coordinate representation of color #DA8534: hue angle of 29.28º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA8534 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 52 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.15 |
| HSL | 29.28º | 0.69% | 0.53% | - |
| HSV(B) | 29.28º | 0.76% | 0.85% | - |
| XYZ | 37.92 | 31.93 | 7.41 | - |
| YUV | 149.18 | 73.16 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 52 | 0 | 0.39 | 0.76 | 0.15 | 29.28 | 0.69 | 0.53 |
| Hex | DA | 85 | 34 | 0 | 27 | 4C | F | 1D | 45 | 35 |
| Octal | 332 | 205 | 64 | 0 | 47 | 114 | 17 | 35 | 105 | 65 |
| Binary | 11011010 | 10000101 | 110100 | 0 | 100111 | 1001100 | 1111 | 11101 | 1000101 | 110101 |
Color Harmonies of #DA8534
Complementary color
Monochromatic Colors of #DA8534
Black with #DA8534
Text Example
Text Example
White with #DA8534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8534; }
p { color: rgb(218,133,52); }
H1.HeaderClassName
{
color: #DA8534;
}
.AnyTagClassName
{
color: #DA8534;
}
</style>
background-color css
<style>
a { background-color: #DA8534; }
a { background-color: rgb(218,133,52); }
div.DivClassName
{
background-color: #DA8534;
}
.BgClassName
{
background-color: #DA8534;
}
</style>
border-color css
<style>
span { border-color: #DA8534; }
span { border-color: rgb(218,133,52); }
td.TdClassName
{
border-color: #DA8534;
}
.TagClassName
{
border-color: #DA8534;
}
</style>