Shades of Terra Cotta #DD7556
Tints of Terra Cotta #DD7556
RGB
CMYK
RGB Variations
Color information
#DD7556 (or 0xDD7556) is known color: Terra Cotta. HEX triplet: DD, 75 and 56. RGB value is (221,117,86). Sum of RGB (Red+Green+Blue) = 221+117+86=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7556 is #228AA9. Grayscale: #909090. Windows color (decimal): -2263722 or 5666269. OLE color: 5666269.
HSL color Cylindrical-coordinate representation of color #DD7556: hue angle of 13.78º degrees, saturation: 0.67, 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 #DD7556 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 86 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.13 |
| HSL | 13.78º | 0.67% | 0.6% | - |
| HSV(B) | 13.78º | 0.61% | 0.87% | - |
| XYZ | 37.86 | 28.77 | 12.36 | - |
| YUV | 144.56 | 94.96 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 86 | 0 | 0.47 | 0.61 | 0.13 | 13.78 | 0.67 | 0.6 |
| Hex | DD | 75 | 56 | 0 | 2F | 3D | D | E | 43 | 3C |
| Octal | 335 | 165 | 126 | 0 | 57 | 75 | 15 | 16 | 103 | 74 |
| Binary | 11011101 | 1110101 | 1010110 | 0 | 101111 | 111101 | 1101 | 1110 | 1000011 | 111100 |
Color Harmonies of #DD7556
Complementary color
Monochromatic Colors of #DD7556
Black with #DD7556
Text Example
Text Example
White with #DD7556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7556; }
p { color: rgb(221,117,86); }
H1.HeaderClassName
{
color: #DD7556;
}
.AnyTagClassName
{
color: #DD7556;
}
</style>
background-color css
<style>
a { background-color: #DD7556; }
a { background-color: rgb(221,117,86); }
div.DivClassName
{
background-color: #DD7556;
}
.BgClassName
{
background-color: #DD7556;
}
</style>
border-color css
<style>
span { border-color: #DD7556; }
span { border-color: rgb(221,117,86); }
td.TdClassName
{
border-color: #DD7556;
}
.TagClassName
{
border-color: #DD7556;
}
</style>