Shades of Tree Poppy #D97F38
Tints of Tree Poppy #D97F38
RGB
CMYK
RGB Variations
Color information
#D97F38 (or 0xD97F38) is known color: Tree Poppy. HEX triplet: D9, 7F and 38. RGB value is (217,127,56). Sum of RGB (Red+Green+Blue) = 217+127+56=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97F38 is #2680C7. Grayscale: #929292. Windows color (decimal): -2523336 or 3702745. OLE color: 3702745.
HSL color Cylindrical-coordinate representation of color #D97F38: hue angle of 26.46º degrees, saturation: 0.68, 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 #D97F38 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 56 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.15 |
| HSL | 26.46º | 0.68% | 0.54% | - |
| HSV(B) | 26.46º | 0.74% | 0.85% | - |
| XYZ | 36.92 | 30.22 | 7.63 | - |
| YUV | 145.82 | 77.32 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 56 | 0 | 0.41 | 0.74 | 0.15 | 26.46 | 0.68 | 0.54 |
| Hex | D9 | 7F | 38 | 0 | 29 | 4A | F | 1A | 44 | 36 |
| Octal | 331 | 177 | 70 | 0 | 51 | 112 | 17 | 32 | 104 | 66 |
| Binary | 11011001 | 1111111 | 111000 | 0 | 101001 | 1001010 | 1111 | 11010 | 1000100 | 110110 |
Color Harmonies of #D97F38
Complementary color
Monochromatic Colors of #D97F38
Black with #D97F38
Text Example
Text Example
White with #D97F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97F38; }
p { color: rgb(217,127,56); }
H1.HeaderClassName
{
color: #D97F38;
}
.AnyTagClassName
{
color: #D97F38;
}
</style>
background-color css
<style>
a { background-color: #D97F38; }
a { background-color: rgb(217,127,56); }
div.DivClassName
{
background-color: #D97F38;
}
.BgClassName
{
background-color: #D97F38;
}
</style>
border-color css
<style>
span { border-color: #D97F38; }
span { border-color: rgb(217,127,56); }
td.TdClassName
{
border-color: #D97F38;
}
.TagClassName
{
border-color: #D97F38;
}
</style>