Shades of Tree Poppy #D97D38
Tints of Tree Poppy #D97D38
RGB
CMYK
RGB Variations
Color information
#D97D38 (or 0xD97D38) is known color: Tree Poppy. HEX triplet: D9, 7D and 38. RGB value is (217,125,56). Sum of RGB (Red+Green+Blue) = 217+125+56=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97D38 is #2682C7. Grayscale: #919191. Windows color (decimal): -2523848 or 3702233. OLE color: 3702233.
HSL color Cylindrical-coordinate representation of color #D97D38: hue angle of 25.71º 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 #D97D38 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 56 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.15 |
| HSL | 25.71º | 0.68% | 0.54% | - |
| HSV(B) | 25.71º | 0.74% | 0.85% | - |
| XYZ | 36.66 | 29.7 | 7.54 | - |
| YUV | 144.64 | 77.98 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 56 | 0 | 0.42 | 0.74 | 0.15 | 25.71 | 0.68 | 0.54 |
| Hex | D9 | 7D | 38 | 0 | 2A | 4A | F | 1A | 44 | 36 |
| Octal | 331 | 175 | 70 | 0 | 52 | 112 | 17 | 32 | 104 | 66 |
| Binary | 11011001 | 1111101 | 111000 | 0 | 101010 | 1001010 | 1111 | 11010 | 1000100 | 110110 |
Color Harmonies of #D97D38
Complementary color
Monochromatic Colors of #D97D38
Black with #D97D38
Text Example
Text Example
White with #D97D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97D38; }
p { color: rgb(217,125,56); }
H1.HeaderClassName
{
color: #D97D38;
}
.AnyTagClassName
{
color: #D97D38;
}
</style>
background-color css
<style>
a { background-color: #D97D38; }
a { background-color: rgb(217,125,56); }
div.DivClassName
{
background-color: #D97D38;
}
.BgClassName
{
background-color: #D97D38;
}
</style>
border-color css
<style>
span { border-color: #D97D38; }
span { border-color: rgb(217,125,56); }
td.TdClassName
{
border-color: #D97D38;
}
.TagClassName
{
border-color: #D97D38;
}
</style>