Shades of Tree Poppy #D98334
Tints of Tree Poppy #D98334
RGB
CMYK
RGB Variations
Color information
#D98334 (or 0xD98334) is known color: Tree Poppy. HEX triplet: D9, 83 and 34. RGB value is (217,131,52). Sum of RGB (Red+Green+Blue) = 217+131+52=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D98334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98334 is #267CCB. Grayscale: #949494. Windows color (decimal): -2522316 or 3441625. OLE color: 3441625.
HSL color Cylindrical-coordinate representation of color #D98334: hue angle of 28.73º 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 #D98334 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 131 | 52 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.15 |
| HSL | 28.73º | 0.68% | 0.53% | - |
| HSV(B) | 28.73º | 0.76% | 0.85% | - |
| XYZ | 37.35 | 31.23 | 7.31 | - |
| YUV | 147.71 | 73.99 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 131 | 52 | 0 | 0.40 | 0.76 | 0.15 | 28.73 | 0.68 | 0.53 |
| Hex | D9 | 83 | 34 | 0 | 28 | 4C | F | 1D | 44 | 35 |
| Octal | 331 | 203 | 64 | 0 | 50 | 114 | 17 | 35 | 104 | 65 |
| Binary | 11011001 | 10000011 | 110100 | 0 | 101000 | 1001100 | 1111 | 11101 | 1000100 | 110101 |
Color Harmonies of #D98334
Complementary color
Monochromatic Colors of #D98334
Black with #D98334
Text Example
Text Example
White with #D98334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98334; }
p { color: rgb(217,131,52); }
H1.HeaderClassName
{
color: #D98334;
}
.AnyTagClassName
{
color: #D98334;
}
</style>
background-color css
<style>
a { background-color: #D98334; }
a { background-color: rgb(217,131,52); }
div.DivClassName
{
background-color: #D98334;
}
.BgClassName
{
background-color: #D98334;
}
</style>
border-color css
<style>
span { border-color: #D98334; }
span { border-color: rgb(217,131,52); }
td.TdClassName
{
border-color: #D98334;
}
.TagClassName
{
border-color: #D98334;
}
</style>