Shades of Terra Cotta #DD705F
Tints of Terra Cotta #DD705F
RGB
CMYK
RGB Variations
Color information
#DD705F (or 0xDD705F) is known color: Terra Cotta. HEX triplet: DD, 70 and 5F. RGB value is (221,112,95). Sum of RGB (Red+Green+Blue) = 221+112+95=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD705F is #228FA0. Grayscale: #8E8E8E. Windows color (decimal): -2264993 or 6254813. OLE color: 6254813.
HSL color Cylindrical-coordinate representation of color #DD705F: hue angle of 8.1º 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 #DD705F is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 95 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.13 |
| HSL | 8.1º | 0.65% | 0.62% | - |
| HSV(B) | 8.1º | 0.57% | 0.87% | - |
| XYZ | 37.68 | 27.79 | 14.2 | - |
| YUV | 142.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 95 | 0 | 0.49 | 0.57 | 0.13 | 8.1 | 0.65 | 0.62 |
| Hex | DD | 70 | 5F | 0 | 31 | 39 | D | 8 | 41 | 3E |
| Octal | 335 | 160 | 137 | 0 | 61 | 71 | 15 | 10 | 101 | 76 |
| Binary | 11011101 | 1110000 | 1011111 | 0 | 110001 | 111001 | 1101 | 1000 | 1000001 | 111110 |
Color Harmonies of #DD705F
Complementary color
Monochromatic Colors of #DD705F
Black with #DD705F
Text Example
Text Example
White with #DD705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD705F; }
p { color: rgb(221,112,95); }
H1.HeaderClassName
{
color: #DD705F;
}
.AnyTagClassName
{
color: #DD705F;
}
</style>
background-color css
<style>
a { background-color: #DD705F; }
a { background-color: rgb(221,112,95); }
div.DivClassName
{
background-color: #DD705F;
}
.BgClassName
{
background-color: #DD705F;
}
</style>
border-color css
<style>
span { border-color: #DD705F; }
span { border-color: rgb(221,112,95); }
td.TdClassName
{
border-color: #DD705F;
}
.TagClassName
{
border-color: #DD705F;
}
</style>