Shades of Terra Cotta #DD7560
Tints of Terra Cotta #DD7560
RGB
CMYK
RGB Variations
Color information
#DD7560 (or 0xDD7560) is known color: Terra Cotta. HEX triplet: DD, 75 and 60. RGB value is (221,117,96). Sum of RGB (Red+Green+Blue) = 221+117+96=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7560 is #228A9F. Grayscale: #919191. Windows color (decimal): -2263712 or 6321629. OLE color: 6321629.
HSL color Cylindrical-coordinate representation of color #DD7560: hue angle of 10.08º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD7560 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 96 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.13 |
| HSL | 10.08º | 0.65% | 0.62% | - |
| HSV(B) | 10.08º | 0.57% | 0.87% | - |
| XYZ | 38.29 | 28.94 | 14.63 | - |
| YUV | 145.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 96 | 0 | 0.47 | 0.57 | 0.13 | 10.08 | 0.65 | 0.62 |
| Hex | DD | 75 | 60 | 0 | 2F | 39 | D | A | 41 | 3E |
| Octal | 335 | 165 | 140 | 0 | 57 | 71 | 15 | 12 | 101 | 76 |
| Binary | 11011101 | 1110101 | 1100000 | 0 | 101111 | 111001 | 1101 | 1010 | 1000001 | 111110 |
Color Harmonies of #DD7560
Complementary color
Monochromatic Colors of #DD7560
Black with #DD7560
Text Example
Text Example
White with #DD7560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7560; }
p { color: rgb(221,117,96); }
H1.HeaderClassName
{
color: #DD7560;
}
.AnyTagClassName
{
color: #DD7560;
}
</style>
background-color css
<style>
a { background-color: #DD7560; }
a { background-color: rgb(221,117,96); }
div.DivClassName
{
background-color: #DD7560;
}
.BgClassName
{
background-color: #DD7560;
}
</style>
border-color css
<style>
span { border-color: #DD7560; }
span { border-color: rgb(221,117,96); }
td.TdClassName
{
border-color: #DD7560;
}
.TagClassName
{
border-color: #DD7560;
}
</style>