Shades of Tree Poppy #D97D3C
Tints of Tree Poppy #D97D3C
RGB
CMYK
RGB Variations
Color information
#D97D3C (or 0xD97D3C) is known color: Tree Poppy. HEX triplet: D9, 7D and 3C. RGB value is (217,125,60). Sum of RGB (Red+Green+Blue) = 217+125+60=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97D3C is #2682C3. Grayscale: #919191. Windows color (decimal): -2523844 or 3964377. OLE color: 3964377.
HSL color Cylindrical-coordinate representation of color #D97D3C: hue angle of 24.84º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D97D3C is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 60 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.15 |
| HSL | 24.84º | 0.67% | 0.54% | - |
| HSV(B) | 24.84º | 0.72% | 0.85% | - |
| XYZ | 36.76 | 29.75 | 8.08 | - |
| YUV | 145.1 | 79.98 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 60 | 0 | 0.42 | 0.72 | 0.15 | 24.84 | 0.67 | 0.54 |
| Hex | D9 | 7D | 3C | 0 | 2A | 48 | F | 19 | 43 | 36 |
| Octal | 331 | 175 | 74 | 0 | 52 | 110 | 17 | 31 | 103 | 66 |
| Binary | 11011001 | 1111101 | 111100 | 0 | 101010 | 1001000 | 1111 | 11001 | 1000011 | 110110 |
Color Harmonies of #D97D3C
Complementary color
Monochromatic Colors of #D97D3C
Black with #D97D3C
Text Example
Text Example
White with #D97D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97D3C; }
p { color: rgb(217,125,60); }
H1.HeaderClassName
{
color: #D97D3C;
}
.AnyTagClassName
{
color: #D97D3C;
}
</style>
background-color css
<style>
a { background-color: #D97D3C; }
a { background-color: rgb(217,125,60); }
div.DivClassName
{
background-color: #D97D3C;
}
.BgClassName
{
background-color: #D97D3C;
}
</style>
border-color css
<style>
span { border-color: #D97D3C; }
span { border-color: rgb(217,125,60); }
td.TdClassName
{
border-color: #D97D3C;
}
.TagClassName
{
border-color: #D97D3C;
}
</style>