Shades of Terra Cotta #DD6E64
Tints of Terra Cotta #DD6E64
RGB
CMYK
RGB Variations
Color information
#DD6E64 (or 0xDD6E64) is known color: Terra Cotta. HEX triplet: DD, 6E and 64. RGB value is (221,110,100). Sum of RGB (Red+Green+Blue) = 221+110+100=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6E64 is #22919B. Grayscale: #8E8E8E. Windows color (decimal): -2265500 or 6581981. OLE color: 6581981.
HSL color Cylindrical-coordinate representation of color #DD6E64: hue angle of 4.96º 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 #DD6E64 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 110 | 100 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.13 |
| HSL | 4.96º | 0.64% | 0.63% | - |
| HSV(B) | 4.96º | 0.55% | 0.87% | - |
| XYZ | 37.69 | 27.44 | 15.37 | - |
| YUV | 142.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 100 | 0 | 0.50 | 0.55 | 0.13 | 4.96 | 0.64 | 0.63 |
| Hex | DD | 6E | 64 | 0 | 32 | 37 | D | 5 | 40 | 3F |
| Octal | 335 | 156 | 144 | 0 | 62 | 67 | 15 | 5 | 100 | 77 |
| Binary | 11011101 | 1101110 | 1100100 | 0 | 110010 | 110111 | 1101 | 101 | 1000000 | 111111 |
Color Harmonies of #DD6E64
Complementary color
Monochromatic Colors of #DD6E64
Black with #DD6E64
Text Example
Text Example
White with #DD6E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6E64; }
p { color: rgb(221,110,100); }
H1.HeaderClassName
{
color: #DD6E64;
}
.AnyTagClassName
{
color: #DD6E64;
}
</style>
background-color css
<style>
a { background-color: #DD6E64; }
a { background-color: rgb(221,110,100); }
div.DivClassName
{
background-color: #DD6E64;
}
.BgClassName
{
background-color: #DD6E64;
}
</style>
border-color css
<style>
span { border-color: #DD6E64; }
span { border-color: rgb(221,110,100); }
td.TdClassName
{
border-color: #DD6E64;
}
.TagClassName
{
border-color: #DD6E64;
}
</style>