Shades of Terra Cotta #DD7555
Tints of Terra Cotta #DD7555
RGB
CMYK
RGB Variations
Color information
#DD7555 (or 0xDD7555) is known color: Terra Cotta. HEX triplet: DD, 75 and 55. RGB value is (221,117,85). Sum of RGB (Red+Green+Blue) = 221+117+85=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7555 is #228AAA. Grayscale: #909090. Windows color (decimal): -2263723 or 5600733. OLE color: 5600733.
HSL color Cylindrical-coordinate representation of color #DD7555: hue angle of 14.12º 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 #DD7555 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 85 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.13 |
| HSL | 14.12º | 0.67% | 0.6% | - |
| HSV(B) | 14.12º | 0.62% | 0.87% | - |
| XYZ | 37.82 | 28.75 | 12.15 | - |
| YUV | 144.45 | 94.46 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 85 | 0 | 0.47 | 0.62 | 0.13 | 14.12 | 0.67 | 0.6 |
| Hex | DD | 75 | 55 | 0 | 2F | 3E | D | E | 43 | 3C |
| Octal | 335 | 165 | 125 | 0 | 57 | 76 | 15 | 16 | 103 | 74 |
| Binary | 11011101 | 1110101 | 1010101 | 0 | 101111 | 111110 | 1101 | 1110 | 1000011 | 111100 |
Color Harmonies of #DD7555
Complementary color
Monochromatic Colors of #DD7555
Black with #DD7555
Text Example
Text Example
White with #DD7555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7555; }
p { color: rgb(221,117,85); }
H1.HeaderClassName
{
color: #DD7555;
}
.AnyTagClassName
{
color: #DD7555;
}
</style>
background-color css
<style>
a { background-color: #DD7555; }
a { background-color: rgb(221,117,85); }
div.DivClassName
{
background-color: #DD7555;
}
.BgClassName
{
background-color: #DD7555;
}
</style>
border-color css
<style>
span { border-color: #DD7555; }
span { border-color: rgb(221,117,85); }
td.TdClassName
{
border-color: #DD7555;
}
.TagClassName
{
border-color: #DD7555;
}
</style>