Shades of Tree Poppy #DD7A37
Tints of Tree Poppy #DD7A37
RGB
CMYK
RGB Variations
Color information
#DD7A37 (or 0xDD7A37) is known color: Tree Poppy. HEX triplet: DD, 7A and 37. RGB value is (221,122,55). Sum of RGB (Red+Green+Blue) = 221+122+55=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A37 is #2285C8. Grayscale: #909090. Windows color (decimal): -2262473 or 3635933. OLE color: 3635933.
HSL color Cylindrical-coordinate representation of color #DD7A37: hue angle of 24.22º 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 #DD7A37 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 55 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.13 |
| HSL | 24.22º | 0.71% | 0.54% | - |
| HSV(B) | 24.22º | 0.75% | 0.87% | - |
| XYZ | 37.47 | 29.57 | 7.35 | - |
| YUV | 143.96 | 77.8 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 55 | 0 | 0.45 | 0.75 | 0.13 | 24.22 | 0.71 | 0.54 |
| Hex | DD | 7A | 37 | 0 | 2D | 4B | D | 18 | 47 | 36 |
| Octal | 335 | 172 | 67 | 0 | 55 | 113 | 15 | 30 | 107 | 66 |
| Binary | 11011101 | 1111010 | 110111 | 0 | 101101 | 1001011 | 1101 | 11000 | 1000111 | 110110 |
Color Harmonies of #DD7A37
Complementary color
Monochromatic Colors of #DD7A37
Black with #DD7A37
Text Example
Text Example
White with #DD7A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A37; }
p { color: rgb(221,122,55); }
H1.HeaderClassName
{
color: #DD7A37;
}
.AnyTagClassName
{
color: #DD7A37;
}
</style>
background-color css
<style>
a { background-color: #DD7A37; }
a { background-color: rgb(221,122,55); }
div.DivClassName
{
background-color: #DD7A37;
}
.BgClassName
{
background-color: #DD7A37;
}
</style>
border-color css
<style>
span { border-color: #DD7A37; }
span { border-color: rgb(221,122,55); }
td.TdClassName
{
border-color: #DD7A37;
}
.TagClassName
{
border-color: #DD7A37;
}
</style>