Shades of Tree Poppy #DD7C31
Tints of Tree Poppy #DD7C31
RGB
CMYK
RGB Variations
Color information
#DD7C31 (or 0xDD7C31) is known color: Tree Poppy. HEX triplet: DD, 7C and 31. RGB value is (221,124,49). Sum of RGB (Red+Green+Blue) = 221+124+49=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7C31 is #2283CE. Grayscale: #909090. Windows color (decimal): -2261967 or 3243229. OLE color: 3243229.
HSL color Cylindrical-coordinate representation of color #DD7C31: hue angle of 26.16º 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 #DD7C31 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 49 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.13 |
| HSL | 26.16º | 0.72% | 0.53% | - |
| HSV(B) | 26.16º | 0.78% | 0.87% | - |
| XYZ | 37.58 | 30.01 | 6.72 | - |
| YUV | 144.45 | 74.14 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 49 | 0 | 0.44 | 0.78 | 0.13 | 26.16 | 0.72 | 0.53 |
| Hex | DD | 7C | 31 | 0 | 2C | 4E | D | 1A | 48 | 35 |
| Octal | 335 | 174 | 61 | 0 | 54 | 116 | 15 | 32 | 110 | 65 |
| Binary | 11011101 | 1111100 | 110001 | 0 | 101100 | 1001110 | 1101 | 11010 | 1001000 | 110101 |
Color Harmonies of #DD7C31
Complementary color
Monochromatic Colors of #DD7C31
Black with #DD7C31
Text Example
Text Example
White with #DD7C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C31; }
p { color: rgb(221,124,49); }
H1.HeaderClassName
{
color: #DD7C31;
}
.AnyTagClassName
{
color: #DD7C31;
}
</style>
background-color css
<style>
a { background-color: #DD7C31; }
a { background-color: rgb(221,124,49); }
div.DivClassName
{
background-color: #DD7C31;
}
.BgClassName
{
background-color: #DD7C31;
}
</style>
border-color css
<style>
span { border-color: #DD7C31; }
span { border-color: rgb(221,124,49); }
td.TdClassName
{
border-color: #DD7C31;
}
.TagClassName
{
border-color: #DD7C31;
}
</style>