Shades of Tree Poppy #DD8530
Tints of Tree Poppy #DD8530
RGB
CMYK
RGB Variations
Color information
#DD8530 (or 0xDD8530) is known color: Tree Poppy. HEX triplet: DD, 85 and 30. RGB value is (221,133,48). Sum of RGB (Red+Green+Blue) = 221+133+48=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8530 is #227ACF. Grayscale: #969696. Windows color (decimal): -2259664 or 3179997. OLE color: 3179997.
HSL color Cylindrical-coordinate representation of color #DD8530: hue angle of 29.48º 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 #DD8530 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 48 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.13 |
| HSL | 29.48º | 0.72% | 0.53% | - |
| HSV(B) | 29.48º | 0.78% | 0.87% | - |
| XYZ | 38.74 | 32.36 | 7 | - |
| YUV | 149.62 | 70.65 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 48 | 0 | 0.40 | 0.78 | 0.13 | 29.48 | 0.72 | 0.53 |
| Hex | DD | 85 | 30 | 0 | 28 | 4E | D | 1D | 48 | 35 |
| Octal | 335 | 205 | 60 | 0 | 50 | 116 | 15 | 35 | 110 | 65 |
| Binary | 11011101 | 10000101 | 110000 | 0 | 101000 | 1001110 | 1101 | 11101 | 1001000 | 110101 |
Color Harmonies of #DD8530
Complementary color
Monochromatic Colors of #DD8530
Black with #DD8530
Text Example
Text Example
White with #DD8530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8530; }
p { color: rgb(221,133,48); }
H1.HeaderClassName
{
color: #DD8530;
}
.AnyTagClassName
{
color: #DD8530;
}
</style>
background-color css
<style>
a { background-color: #DD8530; }
a { background-color: rgb(221,133,48); }
div.DivClassName
{
background-color: #DD8530;
}
.BgClassName
{
background-color: #DD8530;
}
</style>
border-color css
<style>
span { border-color: #DD8530; }
span { border-color: rgb(221,133,48); }
td.TdClassName
{
border-color: #DD8530;
}
.TagClassName
{
border-color: #DD8530;
}
</style>