Shades of Tree Poppy #DA8238
Tints of Tree Poppy #DA8238
RGB
CMYK
RGB Variations
Color information
#DA8238 (or 0xDA8238) is known color: Tree Poppy. HEX triplet: DA, 82 and 38. RGB value is (218,130,56). Sum of RGB (Red+Green+Blue) = 218+130+56=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8238 is #257DC7. Grayscale: #949494. Windows color (decimal): -2457032 or 3703514. OLE color: 3703514.
HSL color Cylindrical-coordinate representation of color #DA8238: hue angle of 27.41º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA8238 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 56 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.15 |
| HSL | 27.41º | 0.69% | 0.54% | - |
| HSV(B) | 27.41º | 0.74% | 0.85% | - |
| XYZ | 37.61 | 31.16 | 7.77 | - |
| YUV | 147.88 | 76.15 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 56 | 0 | 0.40 | 0.74 | 0.15 | 27.41 | 0.69 | 0.54 |
| Hex | DA | 82 | 38 | 0 | 28 | 4A | F | 1B | 45 | 36 |
| Octal | 332 | 202 | 70 | 0 | 50 | 112 | 17 | 33 | 105 | 66 |
| Binary | 11011010 | 10000010 | 111000 | 0 | 101000 | 1001010 | 1111 | 11011 | 1000101 | 110110 |
Color Harmonies of #DA8238
Complementary color
Monochromatic Colors of #DA8238
Black with #DA8238
Text Example
Text Example
White with #DA8238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8238; }
p { color: rgb(218,130,56); }
H1.HeaderClassName
{
color: #DA8238;
}
.AnyTagClassName
{
color: #DA8238;
}
</style>
background-color css
<style>
a { background-color: #DA8238; }
a { background-color: rgb(218,130,56); }
div.DivClassName
{
background-color: #DA8238;
}
.BgClassName
{
background-color: #DA8238;
}
</style>
border-color css
<style>
span { border-color: #DA8238; }
span { border-color: rgb(218,130,56); }
td.TdClassName
{
border-color: #DA8238;
}
.TagClassName
{
border-color: #DA8238;
}
</style>