Shades of Tree Poppy #DA8A3C
Tints of Tree Poppy #DA8A3C
RGB
CMYK
RGB Variations
Color information
#DA8A3C (or 0xDA8A3C) is known color: Tree Poppy. HEX triplet: DA, 8A and 3C. RGB value is (218,138,60). Sum of RGB (Red+Green+Blue) = 218+138+60=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A3C is #2575C3. Grayscale: #999999. Windows color (decimal): -2454980 or 3967706. OLE color: 3967706.
HSL color Cylindrical-coordinate representation of color #DA8A3C: hue angle of 29.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA8A3C is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 60 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.15 |
| HSL | 29.62º | 0.68% | 0.55% | - |
| HSV(B) | 29.62º | 0.72% | 0.85% | - |
| XYZ | 38.82 | 33.41 | 8.68 | - |
| YUV | 153.03 | 75.5 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 60 | 0 | 0.37 | 0.72 | 0.15 | 29.62 | 0.68 | 0.55 |
| Hex | DA | 8A | 3C | 0 | 25 | 48 | F | 1E | 44 | 37 |
| Octal | 332 | 212 | 74 | 0 | 45 | 110 | 17 | 36 | 104 | 67 |
| Binary | 11011010 | 10001010 | 111100 | 0 | 100101 | 1001000 | 1111 | 11110 | 1000100 | 110111 |
Color Harmonies of #DA8A3C
Complementary color
Monochromatic Colors of #DA8A3C
Black with #DA8A3C
Text Example
Text Example
White with #DA8A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A3C; }
p { color: rgb(218,138,60); }
H1.HeaderClassName
{
color: #DA8A3C;
}
.AnyTagClassName
{
color: #DA8A3C;
}
</style>
background-color css
<style>
a { background-color: #DA8A3C; }
a { background-color: rgb(218,138,60); }
div.DivClassName
{
background-color: #DA8A3C;
}
.BgClassName
{
background-color: #DA8A3C;
}
</style>
border-color css
<style>
span { border-color: #DA8A3C; }
span { border-color: rgb(218,138,60); }
td.TdClassName
{
border-color: #DA8A3C;
}
.TagClassName
{
border-color: #DA8A3C;
}
</style>