Shades of Tree Poppy #D88236
Tints of Tree Poppy #D88236
RGB
CMYK
RGB Variations
Color information
#D88236 (or 0xD88236) is known color: Tree Poppy. HEX triplet: D8, 82 and 36. RGB value is (216,130,54). Sum of RGB (Red+Green+Blue) = 216+130+54=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D88236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88236 is #277DC9. Grayscale: #939393. Windows color (decimal): -2588106 or 3572440. OLE color: 3572440.
HSL color Cylindrical-coordinate representation of color #D88236: hue angle of 28.15º 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 #D88236 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 54 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.15 |
| HSL | 28.15º | 0.68% | 0.53% | - |
| HSV(B) | 28.15º | 0.75% | 0.85% | - |
| XYZ | 36.97 | 30.83 | 7.49 | - |
| YUV | 147.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 54 | 0 | 0.40 | 0.75 | 0.15 | 28.15 | 0.68 | 0.53 |
| Hex | D8 | 82 | 36 | 0 | 28 | 4B | F | 1C | 44 | 35 |
| Octal | 330 | 202 | 66 | 0 | 50 | 113 | 17 | 34 | 104 | 65 |
| Binary | 11011000 | 10000010 | 110110 | 0 | 101000 | 1001011 | 1111 | 11100 | 1000100 | 110101 |
Color Harmonies of #D88236
Complementary color
Monochromatic Colors of #D88236
Black with #D88236
Text Example
Text Example
White with #D88236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88236; }
p { color: rgb(216,130,54); }
H1.HeaderClassName
{
color: #D88236;
}
.AnyTagClassName
{
color: #D88236;
}
</style>
background-color css
<style>
a { background-color: #D88236; }
a { background-color: rgb(216,130,54); }
div.DivClassName
{
background-color: #D88236;
}
.BgClassName
{
background-color: #D88236;
}
</style>
border-color css
<style>
span { border-color: #D88236; }
span { border-color: rgb(216,130,54); }
td.TdClassName
{
border-color: #D88236;
}
.TagClassName
{
border-color: #D88236;
}
</style>