Shades of Tree Poppy #D97D3E
Tints of Tree Poppy #D97D3E
RGB
CMYK
RGB Variations
Color information
#D97D3E (or 0xD97D3E) is known color: Tree Poppy. HEX triplet: D9, 7D and 3E. RGB value is (217,125,62). Sum of RGB (Red+Green+Blue) = 217+125+62=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97D3E is #2682C1. Grayscale: #919191. Windows color (decimal): -2523842 or 4095449. OLE color: 4095449.
HSL color Cylindrical-coordinate representation of color #D97D3E: hue angle of 24.39º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D97D3E is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 62 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.15 |
| HSL | 24.39º | 0.67% | 0.55% | - |
| HSV(B) | 24.39º | 0.71% | 0.85% | - |
| XYZ | 36.82 | 29.77 | 8.36 | - |
| YUV | 145.33 | 80.98 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 62 | 0 | 0.42 | 0.71 | 0.15 | 24.39 | 0.67 | 0.55 |
| Hex | D9 | 7D | 3E | 0 | 2A | 47 | F | 18 | 43 | 37 |
| Octal | 331 | 175 | 76 | 0 | 52 | 107 | 17 | 30 | 103 | 67 |
| Binary | 11011001 | 1111101 | 111110 | 0 | 101010 | 1000111 | 1111 | 11000 | 1000011 | 110111 |
Color Harmonies of #D97D3E
Complementary color
Monochromatic Colors of #D97D3E
Black with #D97D3E
Text Example
Text Example
White with #D97D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97D3E; }
p { color: rgb(217,125,62); }
H1.HeaderClassName
{
color: #D97D3E;
}
.AnyTagClassName
{
color: #D97D3E;
}
</style>
background-color css
<style>
a { background-color: #D97D3E; }
a { background-color: rgb(217,125,62); }
div.DivClassName
{
background-color: #D97D3E;
}
.BgClassName
{
background-color: #D97D3E;
}
</style>
border-color css
<style>
span { border-color: #D97D3E; }
span { border-color: rgb(217,125,62); }
td.TdClassName
{
border-color: #D97D3E;
}
.TagClassName
{
border-color: #D97D3E;
}
</style>