Shades of Terra Cotta #DD7868
Tints of Terra Cotta #DD7868
RGB
CMYK
RGB Variations
Color information
#DD7868 (or 0xDD7868) is known color: Terra Cotta. HEX triplet: DD, 78 and 68. RGB value is (221,120,104). Sum of RGB (Red+Green+Blue) = 221+120+104=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7868 is #228797. Grayscale: #949494. Windows color (decimal): -2262936 or 6846685. OLE color: 6846685.
HSL color Cylindrical-coordinate representation of color #DD7868: hue angle of 8.21º 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 #DD7868 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 104 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.13 |
| HSL | 8.21º | 0.63% | 0.64% | - |
| HSV(B) | 8.21º | 0.53% | 0.87% | - |
| XYZ | 39.03 | 29.8 | 16.79 | - |
| YUV | 148.38 | 102.96 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 104 | 0 | 0.46 | 0.53 | 0.13 | 8.21 | 0.63 | 0.64 |
| Hex | DD | 78 | 68 | 0 | 2E | 35 | D | 8 | 3F | 40 |
| Octal | 335 | 170 | 150 | 0 | 56 | 65 | 15 | 10 | 77 | 100 |
| Binary | 11011101 | 1111000 | 1101000 | 0 | 101110 | 110101 | 1101 | 1000 | 111111 | 1000000 |
Color Harmonies of #DD7868
Complementary color
Monochromatic Colors of #DD7868
Black with #DD7868
Text Example
Text Example
White with #DD7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7868; }
p { color: rgb(221,120,104); }
H1.HeaderClassName
{
color: #DD7868;
}
.AnyTagClassName
{
color: #DD7868;
}
</style>
background-color css
<style>
a { background-color: #DD7868; }
a { background-color: rgb(221,120,104); }
div.DivClassName
{
background-color: #DD7868;
}
.BgClassName
{
background-color: #DD7868;
}
</style>
border-color css
<style>
span { border-color: #DD7868; }
span { border-color: rgb(221,120,104); }
td.TdClassName
{
border-color: #DD7868;
}
.TagClassName
{
border-color: #DD7868;
}
</style>