Shades of Terra Cotta #DD7A64
Tints of Terra Cotta #DD7A64
RGB
CMYK
RGB Variations
Color information
#DD7A64 (or 0xDD7A64) is known color: Terra Cotta. HEX triplet: DD, 7A and 64. RGB value is (221,122,100). Sum of RGB (Red+Green+Blue) = 221+122+100=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A64 is #22859B. Grayscale: #959595. Windows color (decimal): -2262428 or 6585053. OLE color: 6585053.
HSL color Cylindrical-coordinate representation of color #DD7A64: hue angle of 10.91º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD7A64 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 100 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.13 |
| HSL | 10.91º | 0.64% | 0.63% | - |
| HSV(B) | 10.91º | 0.55% | 0.87% | - |
| XYZ | 39.08 | 30.21 | 15.83 | - |
| YUV | 149.09 | 100.3 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 100 | 0 | 0.45 | 0.55 | 0.13 | 10.91 | 0.64 | 0.63 |
| Hex | DD | 7A | 64 | 0 | 2D | 37 | D | B | 40 | 3F |
| Octal | 335 | 172 | 144 | 0 | 55 | 67 | 15 | 13 | 100 | 77 |
| Binary | 11011101 | 1111010 | 1100100 | 0 | 101101 | 110111 | 1101 | 1011 | 1000000 | 111111 |
Color Harmonies of #DD7A64
Complementary color
Monochromatic Colors of #DD7A64
Black with #DD7A64
Text Example
Text Example
White with #DD7A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A64; }
p { color: rgb(221,122,100); }
H1.HeaderClassName
{
color: #DD7A64;
}
.AnyTagClassName
{
color: #DD7A64;
}
</style>
background-color css
<style>
a { background-color: #DD7A64; }
a { background-color: rgb(221,122,100); }
div.DivClassName
{
background-color: #DD7A64;
}
.BgClassName
{
background-color: #DD7A64;
}
</style>
border-color css
<style>
span { border-color: #DD7A64; }
span { border-color: rgb(221,122,100); }
td.TdClassName
{
border-color: #DD7A64;
}
.TagClassName
{
border-color: #DD7A64;
}
</style>