Shades of Terra Cotta #DD7A62
Tints of Terra Cotta #DD7A62
RGB
CMYK
RGB Variations
Color information
#DD7A62 (or 0xDD7A62) is known color: Terra Cotta. HEX triplet: DD, 7A and 62. RGB value is (221,122,98). Sum of RGB (Red+Green+Blue) = 221+122+98=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A62 is #22859D. Grayscale: #959595. Windows color (decimal): -2262430 or 6453981. OLE color: 6453981.
HSL color Cylindrical-coordinate representation of color #DD7A62: hue angle of 11.71º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD7A62 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 98 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.13 |
| HSL | 11.71º | 0.64% | 0.63% | - |
| HSV(B) | 11.71º | 0.56% | 0.87% | - |
| XYZ | 38.98 | 30.17 | 15.32 | - |
| YUV | 148.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 98 | 0 | 0.45 | 0.56 | 0.13 | 11.71 | 0.64 | 0.63 |
| Hex | DD | 7A | 62 | 0 | 2D | 38 | D | C | 40 | 3F |
| Octal | 335 | 172 | 142 | 0 | 55 | 70 | 15 | 14 | 100 | 77 |
| Binary | 11011101 | 1111010 | 1100010 | 0 | 101101 | 111000 | 1101 | 1100 | 1000000 | 111111 |
Color Harmonies of #DD7A62
Complementary color
Monochromatic Colors of #DD7A62
Black with #DD7A62
Text Example
Text Example
White with #DD7A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A62; }
p { color: rgb(221,122,98); }
H1.HeaderClassName
{
color: #DD7A62;
}
.AnyTagClassName
{
color: #DD7A62;
}
</style>
background-color css
<style>
a { background-color: #DD7A62; }
a { background-color: rgb(221,122,98); }
div.DivClassName
{
background-color: #DD7A62;
}
.BgClassName
{
background-color: #DD7A62;
}
</style>
border-color css
<style>
span { border-color: #DD7A62; }
span { border-color: rgb(221,122,98); }
td.TdClassName
{
border-color: #DD7A62;
}
.TagClassName
{
border-color: #DD7A62;
}
</style>