Shades of Terra Cotta #DD7168
Tints of Terra Cotta #DD7168
RGB
CMYK
RGB Variations
Color information
#DD7168 (or 0xDD7168) is known color: Terra Cotta. HEX triplet: DD, 71 and 68. RGB value is (221,113,104). Sum of RGB (Red+Green+Blue) = 221+113+104=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7168 is #228E97. Grayscale: #909090. Windows color (decimal): -2264728 or 6844893. OLE color: 6844893.
HSL color Cylindrical-coordinate representation of color #DD7168: hue angle of 4.62º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD7168 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 104 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.13 |
| HSL | 4.62º | 0.63% | 0.64% | - |
| HSV(B) | 4.62º | 0.53% | 0.87% | - |
| XYZ | 38.22 | 28.18 | 16.52 | - |
| YUV | 144.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 104 | 0 | 0.49 | 0.53 | 0.13 | 4.62 | 0.63 | 0.64 |
| Hex | DD | 71 | 68 | 0 | 31 | 35 | D | 5 | 3F | 40 |
| Octal | 335 | 161 | 150 | 0 | 61 | 65 | 15 | 5 | 77 | 100 |
| Binary | 11011101 | 1110001 | 1101000 | 0 | 110001 | 110101 | 1101 | 101 | 111111 | 1000000 |
Color Harmonies of #DD7168
Complementary color
Monochromatic Colors of #DD7168
Black with #DD7168
Text Example
Text Example
White with #DD7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7168; }
p { color: rgb(221,113,104); }
H1.HeaderClassName
{
color: #DD7168;
}
.AnyTagClassName
{
color: #DD7168;
}
</style>
background-color css
<style>
a { background-color: #DD7168; }
a { background-color: rgb(221,113,104); }
div.DivClassName
{
background-color: #DD7168;
}
.BgClassName
{
background-color: #DD7168;
}
</style>
border-color css
<style>
span { border-color: #DD7168; }
span { border-color: rgb(221,113,104); }
td.TdClassName
{
border-color: #DD7168;
}
.TagClassName
{
border-color: #DD7168;
}
</style>