Shades of Terra Cotta #DD7655
Tints of Terra Cotta #DD7655
RGB
CMYK
RGB Variations
Color information
#DD7655 (or 0xDD7655) is known color: Terra Cotta. HEX triplet: DD, 76 and 55. RGB value is (221,118,85). Sum of RGB (Red+Green+Blue) = 221+118+85=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7655 is #2289AA. Grayscale: #919191. Windows color (decimal): -2263467 or 5600989. OLE color: 5600989.
HSL color Cylindrical-coordinate representation of color #DD7655: hue angle of 14.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD7655 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 85 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.13 |
| HSL | 14.56º | 0.67% | 0.6% | - |
| HSV(B) | 14.56º | 0.62% | 0.87% | - |
| XYZ | 37.94 | 28.98 | 12.19 | - |
| YUV | 145.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 85 | 0 | 0.47 | 0.62 | 0.13 | 14.56 | 0.67 | 0.6 |
| Hex | DD | 76 | 55 | 0 | 2F | 3E | D | F | 43 | 3C |
| Octal | 335 | 166 | 125 | 0 | 57 | 76 | 15 | 17 | 103 | 74 |
| Binary | 11011101 | 1110110 | 1010101 | 0 | 101111 | 111110 | 1101 | 1111 | 1000011 | 111100 |
Color Harmonies of #DD7655
Complementary color
Monochromatic Colors of #DD7655
Black with #DD7655
Text Example
Text Example
White with #DD7655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7655; }
p { color: rgb(221,118,85); }
H1.HeaderClassName
{
color: #DD7655;
}
.AnyTagClassName
{
color: #DD7655;
}
</style>
background-color css
<style>
a { background-color: #DD7655; }
a { background-color: rgb(221,118,85); }
div.DivClassName
{
background-color: #DD7655;
}
.BgClassName
{
background-color: #DD7655;
}
</style>
border-color css
<style>
span { border-color: #DD7655; }
span { border-color: rgb(221,118,85); }
td.TdClassName
{
border-color: #DD7655;
}
.TagClassName
{
border-color: #DD7655;
}
</style>