Shades of Tree Poppy #D8823D
Tints of Tree Poppy #D8823D
RGB
CMYK
RGB Variations
Color information
#D8823D (or 0xD8823D) is known color: Tree Poppy. HEX triplet: D8, 82 and 3D. RGB value is (216,130,61). Sum of RGB (Red+Green+Blue) = 216+130+61=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8823D is #277DC2. Grayscale: #949494. Windows color (decimal): -2588099 or 4031192. OLE color: 4031192.
HSL color Cylindrical-coordinate representation of color #D8823D: hue angle of 26.71º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8823D is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 61 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.15 |
| HSL | 26.71º | 0.67% | 0.54% | - |
| HSV(B) | 26.71º | 0.72% | 0.85% | - |
| XYZ | 37.14 | 30.9 | 8.42 | - |
| YUV | 147.85 | 78.99 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 61 | 0 | 0.40 | 0.72 | 0.15 | 26.71 | 0.67 | 0.54 |
| Hex | D8 | 82 | 3D | 0 | 28 | 48 | F | 1B | 43 | 36 |
| Octal | 330 | 202 | 75 | 0 | 50 | 110 | 17 | 33 | 103 | 66 |
| Binary | 11011000 | 10000010 | 111101 | 0 | 101000 | 1001000 | 1111 | 11011 | 1000011 | 110110 |
Color Harmonies of #D8823D
Complementary color
Monochromatic Colors of #D8823D
Black with #D8823D
Text Example
Text Example
White with #D8823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8823D; }
p { color: rgb(216,130,61); }
H1.HeaderClassName
{
color: #D8823D;
}
.AnyTagClassName
{
color: #D8823D;
}
</style>
background-color css
<style>
a { background-color: #D8823D; }
a { background-color: rgb(216,130,61); }
div.DivClassName
{
background-color: #D8823D;
}
.BgClassName
{
background-color: #D8823D;
}
</style>
border-color css
<style>
span { border-color: #D8823D; }
span { border-color: rgb(216,130,61); }
td.TdClassName
{
border-color: #D8823D;
}
.TagClassName
{
border-color: #D8823D;
}
</style>