Shades of Tree Poppy #D98536
Tints of Tree Poppy #D98536
RGB
CMYK
RGB Variations
Color information
#D98536 (or 0xD98536) is known color: Tree Poppy. HEX triplet: D9, 85 and 36. RGB value is (217,133,54). Sum of RGB (Red+Green+Blue) = 217+133+54=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D98536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98536 is #267AC9. Grayscale: #959595. Windows color (decimal): -2521802 or 3573209. OLE color: 3573209.
HSL color Cylindrical-coordinate representation of color #D98536: hue angle of 29.08º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D98536 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 54 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.15 |
| HSL | 29.08º | 0.68% | 0.53% | - |
| HSV(B) | 29.08º | 0.75% | 0.85% | - |
| XYZ | 37.67 | 31.79 | 7.64 | - |
| YUV | 149.11 | 74.33 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 54 | 0 | 0.39 | 0.75 | 0.15 | 29.08 | 0.68 | 0.53 |
| Hex | D9 | 85 | 36 | 0 | 27 | 4B | F | 1D | 44 | 35 |
| Octal | 331 | 205 | 66 | 0 | 47 | 113 | 17 | 35 | 104 | 65 |
| Binary | 11011001 | 10000101 | 110110 | 0 | 100111 | 1001011 | 1111 | 11101 | 1000100 | 110101 |
Color Harmonies of #D98536
Complementary color
Monochromatic Colors of #D98536
Black with #D98536
Text Example
Text Example
White with #D98536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98536; }
p { color: rgb(217,133,54); }
H1.HeaderClassName
{
color: #D98536;
}
.AnyTagClassName
{
color: #D98536;
}
</style>
background-color css
<style>
a { background-color: #D98536; }
a { background-color: rgb(217,133,54); }
div.DivClassName
{
background-color: #D98536;
}
.BgClassName
{
background-color: #D98536;
}
</style>
border-color css
<style>
span { border-color: #D98536; }
span { border-color: rgb(217,133,54); }
td.TdClassName
{
border-color: #D98536;
}
.TagClassName
{
border-color: #D98536;
}
</style>