Shades of Terra Cotta #DD7A59
Tints of Terra Cotta #DD7A59
RGB
CMYK
RGB Variations
Color information
#DD7A59 (or 0xDD7A59) is known color: Terra Cotta. HEX triplet: DD, 7A and 59. RGB value is (221,122,89). Sum of RGB (Red+Green+Blue) = 221+122+89=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A59 is #2285A6. Grayscale: #949494. Windows color (decimal): -2262439 or 5864157. OLE color: 5864157.
HSL color Cylindrical-coordinate representation of color #DD7A59: hue angle of 15º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD7A59 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 89 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.13 |
| HSL | 15º | 0.66% | 0.61% | - |
| HSV(B) | 15º | 0.6% | 0.87% | - |
| XYZ | 38.58 | 30.01 | 13.21 | - |
| YUV | 147.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 89 | 0 | 0.45 | 0.60 | 0.13 | 15 | 0.66 | 0.61 |
| Hex | DD | 7A | 59 | 0 | 2D | 3C | D | F | 42 | 3D |
| Octal | 335 | 172 | 131 | 0 | 55 | 74 | 15 | 17 | 102 | 75 |
| Binary | 11011101 | 1111010 | 1011001 | 0 | 101101 | 111100 | 1101 | 1111 | 1000010 | 111101 |
Color Harmonies of #DD7A59
Complementary color
Monochromatic Colors of #DD7A59
Black with #DD7A59
Text Example
Text Example
White with #DD7A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A59; }
p { color: rgb(221,122,89); }
H1.HeaderClassName
{
color: #DD7A59;
}
.AnyTagClassName
{
color: #DD7A59;
}
</style>
background-color css
<style>
a { background-color: #DD7A59; }
a { background-color: rgb(221,122,89); }
div.DivClassName
{
background-color: #DD7A59;
}
.BgClassName
{
background-color: #DD7A59;
}
</style>
border-color css
<style>
span { border-color: #DD7A59; }
span { border-color: rgb(221,122,89); }
td.TdClassName
{
border-color: #DD7A59;
}
.TagClassName
{
border-color: #DD7A59;
}
</style>