Shades of Terra Cotta #DD7156
Tints of Terra Cotta #DD7156
RGB
CMYK
RGB Variations
Color information
#DD7156 (or 0xDD7156) is known color: Terra Cotta. HEX triplet: DD, 71 and 56. RGB value is (221,113,86). Sum of RGB (Red+Green+Blue) = 221+113+86=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7156 is #228EA9. Grayscale: #8E8E8E. Windows color (decimal): -2264746 or 5665245. OLE color: 5665245.
HSL color Cylindrical-coordinate representation of color #DD7156: hue angle of 12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD7156 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 86 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.13 |
| HSL | 12º | 0.67% | 0.6% | - |
| HSV(B) | 12º | 0.61% | 0.87% | - |
| XYZ | 37.4 | 27.85 | 12.21 | - |
| YUV | 142.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 86 | 0 | 0.49 | 0.61 | 0.13 | 12 | 0.67 | 0.6 |
| Hex | DD | 71 | 56 | 0 | 31 | 3D | D | C | 43 | 3C |
| Octal | 335 | 161 | 126 | 0 | 61 | 75 | 15 | 14 | 103 | 74 |
| Binary | 11011101 | 1110001 | 1010110 | 0 | 110001 | 111101 | 1101 | 1100 | 1000011 | 111100 |
Color Harmonies of #DD7156
Complementary color
Monochromatic Colors of #DD7156
Black with #DD7156
Text Example
Text Example
White with #DD7156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7156; }
p { color: rgb(221,113,86); }
H1.HeaderClassName
{
color: #DD7156;
}
.AnyTagClassName
{
color: #DD7156;
}
</style>
background-color css
<style>
a { background-color: #DD7156; }
a { background-color: rgb(221,113,86); }
div.DivClassName
{
background-color: #DD7156;
}
.BgClassName
{
background-color: #DD7156;
}
</style>
border-color css
<style>
span { border-color: #DD7156; }
span { border-color: rgb(221,113,86); }
td.TdClassName
{
border-color: #DD7156;
}
.TagClassName
{
border-color: #DD7156;
}
</style>