Shades of Tree Poppy #DD8230
Tints of Tree Poppy #DD8230
RGB
CMYK
RGB Variations
Color information
#DD8230 (or 0xDD8230) is known color: Tree Poppy. HEX triplet: DD, 82 and 30. RGB value is (221,130,48). Sum of RGB (Red+Green+Blue) = 221+130+48=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8230 is #227DCF. Grayscale: #949494. Windows color (decimal): -2260432 or 3179229. OLE color: 3179229.
HSL color Cylindrical-coordinate representation of color #DD8230: hue angle of 28.44º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD8230 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 48 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.13 |
| HSL | 28.44º | 0.72% | 0.53% | - |
| HSV(B) | 28.44º | 0.78% | 0.87% | - |
| XYZ | 38.33 | 31.55 | 6.87 | - |
| YUV | 147.86 | 71.65 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 48 | 0 | 0.41 | 0.78 | 0.13 | 28.44 | 0.72 | 0.53 |
| Hex | DD | 82 | 30 | 0 | 29 | 4E | D | 1C | 48 | 35 |
| Octal | 335 | 202 | 60 | 0 | 51 | 116 | 15 | 34 | 110 | 65 |
| Binary | 11011101 | 10000010 | 110000 | 0 | 101001 | 1001110 | 1101 | 11100 | 1001000 | 110101 |
Color Harmonies of #DD8230
Complementary color
Monochromatic Colors of #DD8230
Black with #DD8230
Text Example
Text Example
White with #DD8230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8230; }
p { color: rgb(221,130,48); }
H1.HeaderClassName
{
color: #DD8230;
}
.AnyTagClassName
{
color: #DD8230;
}
</style>
background-color css
<style>
a { background-color: #DD8230; }
a { background-color: rgb(221,130,48); }
div.DivClassName
{
background-color: #DD8230;
}
.BgClassName
{
background-color: #DD8230;
}
</style>
border-color css
<style>
span { border-color: #DD8230; }
span { border-color: rgb(221,130,48); }
td.TdClassName
{
border-color: #DD8230;
}
.TagClassName
{
border-color: #DD8230;
}
</style>