Shades of Terra Cotta #DD7455
Tints of Terra Cotta #DD7455
RGB
CMYK
RGB Variations
Color information
#DD7455 (or 0xDD7455) is known color: Terra Cotta. HEX triplet: DD, 74 and 55. RGB value is (221,116,85). Sum of RGB (Red+Green+Blue) = 221+116+85=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7455 is #228BAA. Grayscale: #909090. Windows color (decimal): -2263979 or 5600477. OLE color: 5600477.
HSL color Cylindrical-coordinate representation of color #DD7455: hue angle of 13.68º 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 #DD7455 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 85 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.13 |
| HSL | 13.68º | 0.67% | 0.6% | - |
| HSV(B) | 13.68º | 0.62% | 0.87% | - |
| XYZ | 37.7 | 28.52 | 12.11 | - |
| YUV | 143.86 | 94.79 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 85 | 0 | 0.48 | 0.62 | 0.13 | 13.68 | 0.67 | 0.6 |
| Hex | DD | 74 | 55 | 0 | 30 | 3E | D | E | 43 | 3C |
| Octal | 335 | 164 | 125 | 0 | 60 | 76 | 15 | 16 | 103 | 74 |
| Binary | 11011101 | 1110100 | 1010101 | 0 | 110000 | 111110 | 1101 | 1110 | 1000011 | 111100 |
Color Harmonies of #DD7455
Complementary color
Monochromatic Colors of #DD7455
Black with #DD7455
Text Example
Text Example
White with #DD7455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7455; }
p { color: rgb(221,116,85); }
H1.HeaderClassName
{
color: #DD7455;
}
.AnyTagClassName
{
color: #DD7455;
}
</style>
background-color css
<style>
a { background-color: #DD7455; }
a { background-color: rgb(221,116,85); }
div.DivClassName
{
background-color: #DD7455;
}
.BgClassName
{
background-color: #DD7455;
}
</style>
border-color css
<style>
span { border-color: #DD7455; }
span { border-color: rgb(221,116,85); }
td.TdClassName
{
border-color: #DD7455;
}
.TagClassName
{
border-color: #DD7455;
}
</style>