Shades of Terra Cotta #DD745E
Tints of Terra Cotta #DD745E
RGB
CMYK
RGB Variations
Color information
#DD745E (or 0xDD745E) is known color: Terra Cotta. HEX triplet: DD, 74 and 5E. RGB value is (221,116,94). Sum of RGB (Red+Green+Blue) = 221+116+94=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD745E is #228BA1. Grayscale: #919191. Windows color (decimal): -2263970 or 6190301. OLE color: 6190301.
HSL color Cylindrical-coordinate representation of color #DD745E: hue angle of 10.39º 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 #DD745E is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 94 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.13 |
| HSL | 10.39º | 0.65% | 0.62% | - |
| HSV(B) | 10.39º | 0.57% | 0.87% | - |
| XYZ | 38.08 | 28.67 | 14.12 | - |
| YUV | 144.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 94 | 0 | 0.48 | 0.57 | 0.13 | 10.39 | 0.65 | 0.62 |
| Hex | DD | 74 | 5E | 0 | 30 | 39 | D | A | 41 | 3E |
| Octal | 335 | 164 | 136 | 0 | 60 | 71 | 15 | 12 | 101 | 76 |
| Binary | 11011101 | 1110100 | 1011110 | 0 | 110000 | 111001 | 1101 | 1010 | 1000001 | 111110 |
Color Harmonies of #DD745E
Complementary color
Monochromatic Colors of #DD745E
Black with #DD745E
Text Example
Text Example
White with #DD745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD745E; }
p { color: rgb(221,116,94); }
H1.HeaderClassName
{
color: #DD745E;
}
.AnyTagClassName
{
color: #DD745E;
}
</style>
background-color css
<style>
a { background-color: #DD745E; }
a { background-color: rgb(221,116,94); }
div.DivClassName
{
background-color: #DD745E;
}
.BgClassName
{
background-color: #DD745E;
}
</style>
border-color css
<style>
span { border-color: #DD745E; }
span { border-color: rgb(221,116,94); }
td.TdClassName
{
border-color: #DD745E;
}
.TagClassName
{
border-color: #DD745E;
}
</style>