Shades of Terra Cotta #DD7365
Tints of Terra Cotta #DD7365
RGB
CMYK
RGB Variations
Color information
#DD7365 (or 0xDD7365) is known color: Terra Cotta. HEX triplet: DD, 73 and 65. RGB value is (221,115,101). Sum of RGB (Red+Green+Blue) = 221+115+101=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7365 is #228C9A. Grayscale: #919191. Windows color (decimal): -2264219 or 6648797. OLE color: 6648797.
HSL color Cylindrical-coordinate representation of color #DD7365: hue angle of 7º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD7365 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 101 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.13 |
| HSL | 7º | 0.64% | 0.63% | - |
| HSV(B) | 7º | 0.54% | 0.87% | - |
| XYZ | 38.3 | 28.57 | 15.81 | - |
| YUV | 145.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 101 | 0 | 0.48 | 0.54 | 0.13 | 7 | 0.64 | 0.63 |
| Hex | DD | 73 | 65 | 0 | 30 | 36 | D | 7 | 40 | 3F |
| Octal | 335 | 163 | 145 | 0 | 60 | 66 | 15 | 7 | 100 | 77 |
| Binary | 11011101 | 1110011 | 1100101 | 0 | 110000 | 110110 | 1101 | 111 | 1000000 | 111111 |
Color Harmonies of #DD7365
Complementary color
Monochromatic Colors of #DD7365
Black with #DD7365
Text Example
Text Example
White with #DD7365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7365; }
p { color: rgb(221,115,101); }
H1.HeaderClassName
{
color: #DD7365;
}
.AnyTagClassName
{
color: #DD7365;
}
</style>
background-color css
<style>
a { background-color: #DD7365; }
a { background-color: rgb(221,115,101); }
div.DivClassName
{
background-color: #DD7365;
}
.BgClassName
{
background-color: #DD7365;
}
</style>
border-color css
<style>
span { border-color: #DD7365; }
span { border-color: rgb(221,115,101); }
td.TdClassName
{
border-color: #DD7365;
}
.TagClassName
{
border-color: #DD7365;
}
</style>