Shades of Terra Cotta #DD7D5C
Tints of Terra Cotta #DD7D5C
RGB
CMYK
RGB Variations
Color information
#DD7D5C (or 0xDD7D5C) is known color: Terra Cotta. HEX triplet: DD, 7D and 5C. RGB value is (221,125,92). Sum of RGB (Red+Green+Blue) = 221+125+92=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D5C is #2282A3. Grayscale: #969696. Windows color (decimal): -2261668 or 6061533. OLE color: 6061533.
HSL color Cylindrical-coordinate representation of color #DD7D5C: hue angle of 15.35º 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 #DD7D5C is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 92 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.13 |
| HSL | 15.35º | 0.65% | 0.61% | - |
| HSV(B) | 15.35º | 0.58% | 0.87% | - |
| XYZ | 39.08 | 30.81 | 14.01 | - |
| YUV | 149.94 | 95.3 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 92 | 0 | 0.43 | 0.58 | 0.13 | 15.35 | 0.65 | 0.61 |
| Hex | DD | 7D | 5C | 0 | 2B | 3A | D | F | 41 | 3D |
| Octal | 335 | 175 | 134 | 0 | 53 | 72 | 15 | 17 | 101 | 75 |
| Binary | 11011101 | 1111101 | 1011100 | 0 | 101011 | 111010 | 1101 | 1111 | 1000001 | 111101 |
Color Harmonies of #DD7D5C
Complementary color
Monochromatic Colors of #DD7D5C
Black with #DD7D5C
Text Example
Text Example
White with #DD7D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D5C; }
p { color: rgb(221,125,92); }
H1.HeaderClassName
{
color: #DD7D5C;
}
.AnyTagClassName
{
color: #DD7D5C;
}
</style>
background-color css
<style>
a { background-color: #DD7D5C; }
a { background-color: rgb(221,125,92); }
div.DivClassName
{
background-color: #DD7D5C;
}
.BgClassName
{
background-color: #DD7D5C;
}
</style>
border-color css
<style>
span { border-color: #DD7D5C; }
span { border-color: rgb(221,125,92); }
td.TdClassName
{
border-color: #DD7D5C;
}
.TagClassName
{
border-color: #DD7D5C;
}
</style>