Shades of Terra Cotta #DD7C5E
Tints of Terra Cotta #DD7C5E
RGB
CMYK
RGB Variations
Color information
#DD7C5E (or 0xDD7C5E) is known color: Terra Cotta. HEX triplet: DD, 7C and 5E. RGB value is (221,124,94). Sum of RGB (Red+Green+Blue) = 221+124+94=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C5E is #2283A1. Grayscale: #959595. Windows color (decimal): -2261922 or 6192349. OLE color: 6192349.
HSL color Cylindrical-coordinate representation of color #DD7C5E: hue angle of 14.17º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD7C5E is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 94 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.13 |
| HSL | 14.17º | 0.65% | 0.62% | - |
| HSV(B) | 14.17º | 0.57% | 0.87% | - |
| XYZ | 39.05 | 30.6 | 14.44 | - |
| YUV | 149.58 | 96.64 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 94 | 0 | 0.44 | 0.57 | 0.13 | 14.17 | 0.65 | 0.62 |
| Hex | DD | 7C | 5E | 0 | 2C | 39 | D | E | 41 | 3E |
| Octal | 335 | 174 | 136 | 0 | 54 | 71 | 15 | 16 | 101 | 76 |
| Binary | 11011101 | 1111100 | 1011110 | 0 | 101100 | 111001 | 1101 | 1110 | 1000001 | 111110 |
Color Harmonies of #DD7C5E
Complementary color
Monochromatic Colors of #DD7C5E
Black with #DD7C5E
Text Example
Text Example
White with #DD7C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C5E; }
p { color: rgb(221,124,94); }
H1.HeaderClassName
{
color: #DD7C5E;
}
.AnyTagClassName
{
color: #DD7C5E;
}
</style>
background-color css
<style>
a { background-color: #DD7C5E; }
a { background-color: rgb(221,124,94); }
div.DivClassName
{
background-color: #DD7C5E;
}
.BgClassName
{
background-color: #DD7C5E;
}
</style>
border-color css
<style>
span { border-color: #DD7C5E; }
span { border-color: rgb(221,124,94); }
td.TdClassName
{
border-color: #DD7C5E;
}
.TagClassName
{
border-color: #DD7C5E;
}
</style>