Shades of Terra Cotta #DD7468
Tints of Terra Cotta #DD7468
RGB
CMYK
RGB Variations
Color information
#DD7468 (or 0xDD7468) is known color: Terra Cotta. HEX triplet: DD, 74 and 68. RGB value is (221,116,104). Sum of RGB (Red+Green+Blue) = 221+116+104=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7468 is #228B97. Grayscale: #929292. Windows color (decimal): -2263960 or 6845661. OLE color: 6845661.
HSL color Cylindrical-coordinate representation of color #DD7468: hue angle of 6.15º 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 #DD7468 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 104 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.13 |
| HSL | 6.15º | 0.63% | 0.64% | - |
| HSV(B) | 6.15º | 0.53% | 0.87% | - |
| XYZ | 38.56 | 28.86 | 16.64 | - |
| YUV | 146.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 104 | 0 | 0.48 | 0.53 | 0.13 | 6.15 | 0.63 | 0.64 |
| Hex | DD | 74 | 68 | 0 | 30 | 35 | D | 6 | 3F | 40 |
| Octal | 335 | 164 | 150 | 0 | 60 | 65 | 15 | 6 | 77 | 100 |
| Binary | 11011101 | 1110100 | 1101000 | 0 | 110000 | 110101 | 1101 | 110 | 111111 | 1000000 |
Color Harmonies of #DD7468
Complementary color
Monochromatic Colors of #DD7468
Black with #DD7468
Text Example
Text Example
White with #DD7468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7468; }
p { color: rgb(221,116,104); }
H1.HeaderClassName
{
color: #DD7468;
}
.AnyTagClassName
{
color: #DD7468;
}
</style>
background-color css
<style>
a { background-color: #DD7468; }
a { background-color: rgb(221,116,104); }
div.DivClassName
{
background-color: #DD7468;
}
.BgClassName
{
background-color: #DD7468;
}
</style>
border-color css
<style>
span { border-color: #DD7468; }
span { border-color: rgb(221,116,104); }
td.TdClassName
{
border-color: #DD7468;
}
.TagClassName
{
border-color: #DD7468;
}
</style>