Shades of Terra Cotta #DD6A57
Tints of Terra Cotta #DD6A57
RGB
CMYK
RGB Variations
Color information
#DD6A57 (or 0xDD6A57) is known color: Terra Cotta. HEX triplet: DD, 6A and 57. RGB value is (221,106,87). Sum of RGB (Red+Green+Blue) = 221+106+87=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A57 is #2295A8. Grayscale: #8A8A8A. Windows color (decimal): -2266537 or 5728989. OLE color: 5728989.
HSL color Cylindrical-coordinate representation of color #DD6A57: hue angle of 8.51º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD6A57 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 87 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.13 |
| HSL | 8.51º | 0.66% | 0.6% | - |
| HSV(B) | 8.51º | 0.61% | 0.87% | - |
| XYZ | 36.69 | 26.37 | 12.17 | - |
| YUV | 138.22 | 99.1 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 87 | 0 | 0.52 | 0.61 | 0.13 | 8.51 | 0.66 | 0.6 |
| Hex | DD | 6A | 57 | 0 | 34 | 3D | D | 9 | 42 | 3C |
| Octal | 335 | 152 | 127 | 0 | 64 | 75 | 15 | 11 | 102 | 74 |
| Binary | 11011101 | 1101010 | 1010111 | 0 | 110100 | 111101 | 1101 | 1001 | 1000010 | 111100 |
Color Harmonies of #DD6A57
Complementary color
Monochromatic Colors of #DD6A57
Black with #DD6A57
Text Example
Text Example
White with #DD6A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A57; }
p { color: rgb(221,106,87); }
H1.HeaderClassName
{
color: #DD6A57;
}
.AnyTagClassName
{
color: #DD6A57;
}
</style>
background-color css
<style>
a { background-color: #DD6A57; }
a { background-color: rgb(221,106,87); }
div.DivClassName
{
background-color: #DD6A57;
}
.BgClassName
{
background-color: #DD6A57;
}
</style>
border-color css
<style>
span { border-color: #DD6A57; }
span { border-color: rgb(221,106,87); }
td.TdClassName
{
border-color: #DD6A57;
}
.TagClassName
{
border-color: #DD6A57;
}
</style>