Shades of Terra Cotta #DD6D57
Tints of Terra Cotta #DD6D57
RGB
CMYK
RGB Variations
Color information
#DD6D57 (or 0xDD6D57) is known color: Terra Cotta. HEX triplet: DD, 6D and 57. RGB value is (221,109,87). Sum of RGB (Red+Green+Blue) = 221+109+87=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D57 is #2292A8. Grayscale: #8C8C8C. Windows color (decimal): -2265769 or 5729757. OLE color: 5729757.
HSL color Cylindrical-coordinate representation of color #DD6D57: hue angle of 9.85º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD6D57 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 109 | 87 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.13 |
| HSL | 9.85º | 0.66% | 0.6% | - |
| HSV(B) | 9.85º | 0.61% | 0.87% | - |
| XYZ | 37.01 | 27 | 12.28 | - |
| YUV | 139.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 87 | 0 | 0.51 | 0.61 | 0.13 | 9.85 | 0.66 | 0.6 |
| Hex | DD | 6D | 57 | 0 | 33 | 3D | D | A | 42 | 3C |
| Octal | 335 | 155 | 127 | 0 | 63 | 75 | 15 | 12 | 102 | 74 |
| Binary | 11011101 | 1101101 | 1010111 | 0 | 110011 | 111101 | 1101 | 1010 | 1000010 | 111100 |
Color Harmonies of #DD6D57
Complementary color
Monochromatic Colors of #DD6D57
Black with #DD6D57
Text Example
Text Example
White with #DD6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6D57; }
p { color: rgb(221,109,87); }
H1.HeaderClassName
{
color: #DD6D57;
}
.AnyTagClassName
{
color: #DD6D57;
}
</style>
background-color css
<style>
a { background-color: #DD6D57; }
a { background-color: rgb(221,109,87); }
div.DivClassName
{
background-color: #DD6D57;
}
.BgClassName
{
background-color: #DD6D57;
}
</style>
border-color css
<style>
span { border-color: #DD6D57; }
span { border-color: rgb(221,109,87); }
td.TdClassName
{
border-color: #DD6D57;
}
.TagClassName
{
border-color: #DD6D57;
}
</style>