Shades of Tree Poppy #DD8538
Tints of Tree Poppy #DD8538
RGB
CMYK
RGB Variations
Color information
#DD8538 (or 0xDD8538) is known color: Tree Poppy. HEX triplet: DD, 85 and 38. RGB value is (221,133,56). Sum of RGB (Red+Green+Blue) = 221+133+56=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8538 is #227AC7. Grayscale: #969696. Windows color (decimal): -2259656 or 3704285. OLE color: 3704285.
HSL color Cylindrical-coordinate representation of color #DD8538: hue angle of 28º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD8538 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 56 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.13 |
| HSL | 28º | 0.71% | 0.54% | - |
| HSV(B) | 28º | 0.75% | 0.87% | - |
| XYZ | 38.92 | 32.43 | 7.95 | - |
| YUV | 150.53 | 74.65 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 56 | 0 | 0.40 | 0.75 | 0.13 | 28 | 0.71 | 0.54 |
| Hex | DD | 85 | 38 | 0 | 28 | 4B | D | 1C | 47 | 36 |
| Octal | 335 | 205 | 70 | 0 | 50 | 113 | 15 | 34 | 107 | 66 |
| Binary | 11011101 | 10000101 | 111000 | 0 | 101000 | 1001011 | 1101 | 11100 | 1000111 | 110110 |
Color Harmonies of #DD8538
Complementary color
Monochromatic Colors of #DD8538
Black with #DD8538
Text Example
Text Example
White with #DD8538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8538; }
p { color: rgb(221,133,56); }
H1.HeaderClassName
{
color: #DD8538;
}
.AnyTagClassName
{
color: #DD8538;
}
</style>
background-color css
<style>
a { background-color: #DD8538; }
a { background-color: rgb(221,133,56); }
div.DivClassName
{
background-color: #DD8538;
}
.BgClassName
{
background-color: #DD8538;
}
</style>
border-color css
<style>
span { border-color: #DD8538; }
span { border-color: rgb(221,133,56); }
td.TdClassName
{
border-color: #DD8538;
}
.TagClassName
{
border-color: #DD8538;
}
</style>