Shades of Terra Cotta #DD715D
Tints of Terra Cotta #DD715D
RGB
CMYK
RGB Variations
Color information
#DD715D (or 0xDD715D) is known color: Terra Cotta. HEX triplet: DD, 71 and 5D. RGB value is (221,113,93). Sum of RGB (Red+Green+Blue) = 221+113+93=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD715D is #228EA2. Grayscale: #8F8F8F. Windows color (decimal): -2264739 or 6123997. OLE color: 6123997.
HSL color Cylindrical-coordinate representation of color #DD715D: hue angle of 9.38º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD715D is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 93 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.13 |
| HSL | 9.38º | 0.65% | 0.62% | - |
| HSV(B) | 9.38º | 0.58% | 0.87% | - |
| XYZ | 37.7 | 27.97 | 13.77 | - |
| YUV | 143.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 93 | 0 | 0.49 | 0.58 | 0.13 | 9.38 | 0.65 | 0.62 |
| Hex | DD | 71 | 5D | 0 | 31 | 3A | D | 9 | 41 | 3E |
| Octal | 335 | 161 | 135 | 0 | 61 | 72 | 15 | 11 | 101 | 76 |
| Binary | 11011101 | 1110001 | 1011101 | 0 | 110001 | 111010 | 1101 | 1001 | 1000001 | 111110 |
Color Harmonies of #DD715D
Complementary color
Monochromatic Colors of #DD715D
Black with #DD715D
Text Example
Text Example
White with #DD715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD715D; }
p { color: rgb(221,113,93); }
H1.HeaderClassName
{
color: #DD715D;
}
.AnyTagClassName
{
color: #DD715D;
}
</style>
background-color css
<style>
a { background-color: #DD715D; }
a { background-color: rgb(221,113,93); }
div.DivClassName
{
background-color: #DD715D;
}
.BgClassName
{
background-color: #DD715D;
}
</style>
border-color css
<style>
span { border-color: #DD715D; }
span { border-color: rgb(221,113,93); }
td.TdClassName
{
border-color: #DD715D;
}
.TagClassName
{
border-color: #DD715D;
}
</style>