Shades of Terra Cotta #DD7C5C
Tints of Terra Cotta #DD7C5C
RGB
CMYK
RGB Variations
Color information
#DD7C5C (or 0xDD7C5C) is known color: Terra Cotta. HEX triplet: DD, 7C and 5C. RGB value is (221,124,92). Sum of RGB (Red+Green+Blue) = 221+124+92=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C5C is #2283A3. Grayscale: #959595. Windows color (decimal): -2261924 or 6061277. OLE color: 6061277.
HSL color Cylindrical-coordinate representation of color #DD7C5C: hue angle of 14.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD7C5C is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 92 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.13 |
| HSL | 14.88º | 0.65% | 0.61% | - |
| HSV(B) | 14.88º | 0.58% | 0.87% | - |
| XYZ | 38.96 | 30.56 | 13.97 | - |
| YUV | 149.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 92 | 0 | 0.44 | 0.58 | 0.13 | 14.88 | 0.65 | 0.61 |
| Hex | DD | 7C | 5C | 0 | 2C | 3A | D | F | 41 | 3D |
| Octal | 335 | 174 | 134 | 0 | 54 | 72 | 15 | 17 | 101 | 75 |
| Binary | 11011101 | 1111100 | 1011100 | 0 | 101100 | 111010 | 1101 | 1111 | 1000001 | 111101 |
Color Harmonies of #DD7C5C
Complementary color
Monochromatic Colors of #DD7C5C
Black with #DD7C5C
Text Example
Text Example
White with #DD7C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C5C; }
p { color: rgb(221,124,92); }
H1.HeaderClassName
{
color: #DD7C5C;
}
.AnyTagClassName
{
color: #DD7C5C;
}
</style>
background-color css
<style>
a { background-color: #DD7C5C; }
a { background-color: rgb(221,124,92); }
div.DivClassName
{
background-color: #DD7C5C;
}
.BgClassName
{
background-color: #DD7C5C;
}
</style>
border-color css
<style>
span { border-color: #DD7C5C; }
span { border-color: rgb(221,124,92); }
td.TdClassName
{
border-color: #DD7C5C;
}
.TagClassName
{
border-color: #DD7C5C;
}
</style>