Shades of Terra Cotta #DD7A66
Tints of Terra Cotta #DD7A66
RGB
CMYK
RGB Variations
Color information
#DD7A66 (or 0xDD7A66) is known color: Terra Cotta. HEX triplet: DD, 7A and 66. RGB value is (221,122,102). Sum of RGB (Red+Green+Blue) = 221+122+102=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A66 is #228599. Grayscale: #959595. Windows color (decimal): -2262426 or 6716125. OLE color: 6716125.
HSL color Cylindrical-coordinate representation of color #DD7A66: hue angle of 10.08º 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 #DD7A66 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 102 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.13 |
| HSL | 10.08º | 0.64% | 0.63% | - |
| HSV(B) | 10.08º | 0.54% | 0.87% | - |
| XYZ | 39.18 | 30.25 | 16.34 | - |
| YUV | 149.32 | 101.3 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 102 | 0 | 0.45 | 0.54 | 0.13 | 10.08 | 0.64 | 0.63 |
| Hex | DD | 7A | 66 | 0 | 2D | 36 | D | A | 40 | 3F |
| Octal | 335 | 172 | 146 | 0 | 55 | 66 | 15 | 12 | 100 | 77 |
| Binary | 11011101 | 1111010 | 1100110 | 0 | 101101 | 110110 | 1101 | 1010 | 1000000 | 111111 |
Color Harmonies of #DD7A66
Complementary color
Monochromatic Colors of #DD7A66
Black with #DD7A66
Text Example
Text Example
White with #DD7A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A66; }
p { color: rgb(221,122,102); }
H1.HeaderClassName
{
color: #DD7A66;
}
.AnyTagClassName
{
color: #DD7A66;
}
</style>
background-color css
<style>
a { background-color: #DD7A66; }
a { background-color: rgb(221,122,102); }
div.DivClassName
{
background-color: #DD7A66;
}
.BgClassName
{
background-color: #DD7A66;
}
</style>
border-color css
<style>
span { border-color: #DD7A66; }
span { border-color: rgb(221,122,102); }
td.TdClassName
{
border-color: #DD7A66;
}
.TagClassName
{
border-color: #DD7A66;
}
</style>