Shades of Tree Poppy #DA8334
Tints of Tree Poppy #DA8334
RGB
CMYK
RGB Variations
Color information
#DA8334 (or 0xDA8334) is known color: Tree Poppy. HEX triplet: DA, 83 and 34. RGB value is (218,131,52). Sum of RGB (Red+Green+Blue) = 218+131+52=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8334 is #257CCB. Grayscale: #949494. Windows color (decimal): -2456780 or 3441626. OLE color: 3441626.
HSL color Cylindrical-coordinate representation of color #DA8334: hue angle of 28.55º 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 #DA8334 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 52 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.15 |
| HSL | 28.55º | 0.69% | 0.53% | - |
| HSV(B) | 28.55º | 0.76% | 0.85% | - |
| XYZ | 37.65 | 31.39 | 7.32 | - |
| YUV | 148.01 | 73.82 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 52 | 0 | 0.40 | 0.76 | 0.15 | 28.55 | 0.69 | 0.53 |
| Hex | DA | 83 | 34 | 0 | 28 | 4C | F | 1D | 45 | 35 |
| Octal | 332 | 203 | 64 | 0 | 50 | 114 | 17 | 35 | 105 | 65 |
| Binary | 11011010 | 10000011 | 110100 | 0 | 101000 | 1001100 | 1111 | 11101 | 1000101 | 110101 |
Color Harmonies of #DA8334
Complementary color
Monochromatic Colors of #DA8334
Black with #DA8334
Text Example
Text Example
White with #DA8334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8334; }
p { color: rgb(218,131,52); }
H1.HeaderClassName
{
color: #DA8334;
}
.AnyTagClassName
{
color: #DA8334;
}
</style>
background-color css
<style>
a { background-color: #DA8334; }
a { background-color: rgb(218,131,52); }
div.DivClassName
{
background-color: #DA8334;
}
.BgClassName
{
background-color: #DA8334;
}
</style>
border-color css
<style>
span { border-color: #DA8334; }
span { border-color: rgb(218,131,52); }
td.TdClassName
{
border-color: #DA8334;
}
.TagClassName
{
border-color: #DA8334;
}
</style>