Shades of Tree Poppy #DA7C3C
Tints of Tree Poppy #DA7C3C
RGB
CMYK
RGB Variations
Color information
#DA7C3C (or 0xDA7C3C) is known color: Tree Poppy. HEX triplet: DA, 7C and 3C. RGB value is (218,124,60). Sum of RGB (Red+Green+Blue) = 218+124+60=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7C3C is #2583C3. Grayscale: #919191. Windows color (decimal): -2458564 or 3964122. OLE color: 3964122.
HSL color Cylindrical-coordinate representation of color #DA7C3C: hue angle of 24.3º 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 #DA7C3C is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 60 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.15 |
| HSL | 24.3º | 0.68% | 0.55% | - |
| HSV(B) | 24.3º | 0.72% | 0.85% | - |
| XYZ | 36.94 | 29.65 | 8.05 | - |
| YUV | 144.81 | 80.14 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 60 | 0 | 0.43 | 0.72 | 0.15 | 24.3 | 0.68 | 0.55 |
| Hex | DA | 7C | 3C | 0 | 2B | 48 | F | 18 | 44 | 37 |
| Octal | 332 | 174 | 74 | 0 | 53 | 110 | 17 | 30 | 104 | 67 |
| Binary | 11011010 | 1111100 | 111100 | 0 | 101011 | 1001000 | 1111 | 11000 | 1000100 | 110111 |
Color Harmonies of #DA7C3C
Complementary color
Monochromatic Colors of #DA7C3C
Black with #DA7C3C
Text Example
Text Example
White with #DA7C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C3C; }
p { color: rgb(218,124,60); }
H1.HeaderClassName
{
color: #DA7C3C;
}
.AnyTagClassName
{
color: #DA7C3C;
}
</style>
background-color css
<style>
a { background-color: #DA7C3C; }
a { background-color: rgb(218,124,60); }
div.DivClassName
{
background-color: #DA7C3C;
}
.BgClassName
{
background-color: #DA7C3C;
}
</style>
border-color css
<style>
span { border-color: #DA7C3C; }
span { border-color: rgb(218,124,60); }
td.TdClassName
{
border-color: #DA7C3C;
}
.TagClassName
{
border-color: #DA7C3C;
}
</style>