Shades of Terra Cotta #DD7965
Tints of Terra Cotta #DD7965
RGB
CMYK
RGB Variations
Color information
#DD7965 (or 0xDD7965) is known color: Terra Cotta. HEX triplet: DD, 79 and 65. RGB value is (221,121,101). Sum of RGB (Red+Green+Blue) = 221+121+101=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7965 is #22869A. Grayscale: #949494. Windows color (decimal): -2262683 or 6650333. OLE color: 6650333.
HSL color Cylindrical-coordinate representation of color #DD7965: hue angle of 10º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD7965 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 101 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.13 |
| HSL | 10º | 0.64% | 0.63% | - |
| HSV(B) | 10º | 0.54% | 0.87% | - |
| XYZ | 39.01 | 29.99 | 16.04 | - |
| YUV | 148.62 | 101.13 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 101 | 0 | 0.45 | 0.54 | 0.13 | 10 | 0.64 | 0.63 |
| Hex | DD | 79 | 65 | 0 | 2D | 36 | D | A | 40 | 3F |
| Octal | 335 | 171 | 145 | 0 | 55 | 66 | 15 | 12 | 100 | 77 |
| Binary | 11011101 | 1111001 | 1100101 | 0 | 101101 | 110110 | 1101 | 1010 | 1000000 | 111111 |
Color Harmonies of #DD7965
Complementary color
Monochromatic Colors of #DD7965
Black with #DD7965
Text Example
Text Example
White with #DD7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7965; }
p { color: rgb(221,121,101); }
H1.HeaderClassName
{
color: #DD7965;
}
.AnyTagClassName
{
color: #DD7965;
}
</style>
background-color css
<style>
a { background-color: #DD7965; }
a { background-color: rgb(221,121,101); }
div.DivClassName
{
background-color: #DD7965;
}
.BgClassName
{
background-color: #DD7965;
}
</style>
border-color css
<style>
span { border-color: #DD7965; }
span { border-color: rgb(221,121,101); }
td.TdClassName
{
border-color: #DD7965;
}
.TagClassName
{
border-color: #DD7965;
}
</style>