Shades of Tree Poppy #D98335
Tints of Tree Poppy #D98335
RGB
CMYK
RGB Variations
Color information
#D98335 (or 0xD98335) is known color: Tree Poppy. HEX triplet: D9, 83 and 35. RGB value is (217,131,53). Sum of RGB (Red+Green+Blue) = 217+131+53=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D98335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98335 is #267CCA. Grayscale: #949494. Windows color (decimal): -2522315 or 3507161. OLE color: 3507161.
HSL color Cylindrical-coordinate representation of color #D98335: hue angle of 28.54º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D98335 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 131 | 53 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.15 |
| HSL | 28.54º | 0.68% | 0.53% | - |
| HSV(B) | 28.54º | 0.76% | 0.85% | - |
| XYZ | 37.37 | 31.24 | 7.43 | - |
| YUV | 147.82 | 74.49 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 131 | 53 | 0 | 0.40 | 0.76 | 0.15 | 28.54 | 0.68 | 0.53 |
| Hex | D9 | 83 | 35 | 0 | 28 | 4C | F | 1D | 44 | 35 |
| Octal | 331 | 203 | 65 | 0 | 50 | 114 | 17 | 35 | 104 | 65 |
| Binary | 11011001 | 10000011 | 110101 | 0 | 101000 | 1001100 | 1111 | 11101 | 1000100 | 110101 |
Color Harmonies of #D98335
Complementary color
Monochromatic Colors of #D98335
Black with #D98335
Text Example
Text Example
White with #D98335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98335; }
p { color: rgb(217,131,53); }
H1.HeaderClassName
{
color: #D98335;
}
.AnyTagClassName
{
color: #D98335;
}
</style>
background-color css
<style>
a { background-color: #D98335; }
a { background-color: rgb(217,131,53); }
div.DivClassName
{
background-color: #D98335;
}
.BgClassName
{
background-color: #D98335;
}
</style>
border-color css
<style>
span { border-color: #D98335; }
span { border-color: rgb(217,131,53); }
td.TdClassName
{
border-color: #D98335;
}
.TagClassName
{
border-color: #D98335;
}
</style>