Shades of Terra Cotta #DD7157
Tints of Terra Cotta #DD7157
RGB
CMYK
RGB Variations
Color information
#DD7157 (or 0xDD7157) is known color: Terra Cotta. HEX triplet: DD, 71 and 57. RGB value is (221,113,87). Sum of RGB (Red+Green+Blue) = 221+113+87=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7157 is #228EA8. Grayscale: #8E8E8E. Windows color (decimal): -2264745 or 5730781. OLE color: 5730781.
HSL color Cylindrical-coordinate representation of color #DD7157: hue angle of 11.64º degrees, saturation: 0.66, 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 #DD7157 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 87 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.13 |
| HSL | 11.64º | 0.66% | 0.6% | - |
| HSV(B) | 11.64º | 0.61% | 0.87% | - |
| XYZ | 37.44 | 27.87 | 12.42 | - |
| YUV | 142.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 87 | 0 | 0.49 | 0.61 | 0.13 | 11.64 | 0.66 | 0.6 |
| Hex | DD | 71 | 57 | 0 | 31 | 3D | D | C | 42 | 3C |
| Octal | 335 | 161 | 127 | 0 | 61 | 75 | 15 | 14 | 102 | 74 |
| Binary | 11011101 | 1110001 | 1010111 | 0 | 110001 | 111101 | 1101 | 1100 | 1000010 | 111100 |
Color Harmonies of #DD7157
Complementary color
Monochromatic Colors of #DD7157
Black with #DD7157
Text Example
Text Example
White with #DD7157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7157; }
p { color: rgb(221,113,87); }
H1.HeaderClassName
{
color: #DD7157;
}
.AnyTagClassName
{
color: #DD7157;
}
</style>
background-color css
<style>
a { background-color: #DD7157; }
a { background-color: rgb(221,113,87); }
div.DivClassName
{
background-color: #DD7157;
}
.BgClassName
{
background-color: #DD7157;
}
</style>
border-color css
<style>
span { border-color: #DD7157; }
span { border-color: rgb(221,113,87); }
td.TdClassName
{
border-color: #DD7157;
}
.TagClassName
{
border-color: #DD7157;
}
</style>