Shades of Tree Poppy #DD7D38
Tints of Tree Poppy #DD7D38
RGB
CMYK
RGB Variations
Color information
#DD7D38 (or 0xDD7D38) is known color: Tree Poppy. HEX triplet: DD, 7D and 38. RGB value is (221,125,56). Sum of RGB (Red+Green+Blue) = 221+125+56=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7D38 is #2282C7. Grayscale: #929292. Windows color (decimal): -2261704 or 3702237. OLE color: 3702237.
HSL color Cylindrical-coordinate representation of color #DD7D38: hue angle of 25.09º 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 #DD7D38 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 56 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.13 |
| HSL | 25.09º | 0.71% | 0.54% | - |
| HSV(B) | 25.09º | 0.75% | 0.87% | - |
| XYZ | 37.87 | 30.32 | 7.6 | - |
| YUV | 145.84 | 77.3 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 56 | 0 | 0.43 | 0.75 | 0.13 | 25.09 | 0.71 | 0.54 |
| Hex | DD | 7D | 38 | 0 | 2B | 4B | D | 19 | 47 | 36 |
| Octal | 335 | 175 | 70 | 0 | 53 | 113 | 15 | 31 | 107 | 66 |
| Binary | 11011101 | 1111101 | 111000 | 0 | 101011 | 1001011 | 1101 | 11001 | 1000111 | 110110 |
Color Harmonies of #DD7D38
Complementary color
Monochromatic Colors of #DD7D38
Black with #DD7D38
Text Example
Text Example
White with #DD7D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D38; }
p { color: rgb(221,125,56); }
H1.HeaderClassName
{
color: #DD7D38;
}
.AnyTagClassName
{
color: #DD7D38;
}
</style>
background-color css
<style>
a { background-color: #DD7D38; }
a { background-color: rgb(221,125,56); }
div.DivClassName
{
background-color: #DD7D38;
}
.BgClassName
{
background-color: #DD7D38;
}
</style>
border-color css
<style>
span { border-color: #DD7D38; }
span { border-color: rgb(221,125,56); }
td.TdClassName
{
border-color: #DD7D38;
}
.TagClassName
{
border-color: #DD7D38;
}
</style>