Shades of Terra Cotta #DD7467
Tints of Terra Cotta #DD7467
RGB
CMYK
RGB Variations
Color information
#DD7467 (or 0xDD7467) is known color: Terra Cotta. HEX triplet: DD, 74 and 67. RGB value is (221,116,103). Sum of RGB (Red+Green+Blue) = 221+116+103=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7467 is #228B98. Grayscale: #929292. Windows color (decimal): -2263961 or 6780125. OLE color: 6780125.
HSL color Cylindrical-coordinate representation of color #DD7467: hue angle of 6.61º 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 #DD7467 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 103 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.13 |
| HSL | 6.61º | 0.63% | 0.64% | - |
| HSV(B) | 6.61º | 0.53% | 0.87% | - |
| XYZ | 38.51 | 28.84 | 16.37 | - |
| YUV | 145.91 | 103.79 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 103 | 0 | 0.48 | 0.53 | 0.13 | 6.61 | 0.63 | 0.64 |
| Hex | DD | 74 | 67 | 0 | 30 | 35 | D | 7 | 3F | 40 |
| Octal | 335 | 164 | 147 | 0 | 60 | 65 | 15 | 7 | 77 | 100 |
| Binary | 11011101 | 1110100 | 1100111 | 0 | 110000 | 110101 | 1101 | 111 | 111111 | 1000000 |
Color Harmonies of #DD7467
Complementary color
Monochromatic Colors of #DD7467
Black with #DD7467
Text Example
Text Example
White with #DD7467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7467; }
p { color: rgb(221,116,103); }
H1.HeaderClassName
{
color: #DD7467;
}
.AnyTagClassName
{
color: #DD7467;
}
</style>
background-color css
<style>
a { background-color: #DD7467; }
a { background-color: rgb(221,116,103); }
div.DivClassName
{
background-color: #DD7467;
}
.BgClassName
{
background-color: #DD7467;
}
</style>
border-color css
<style>
span { border-color: #DD7467; }
span { border-color: rgb(221,116,103); }
td.TdClassName
{
border-color: #DD7467;
}
.TagClassName
{
border-color: #DD7467;
}
</style>