Shades of Terra Cotta #DD755D
Tints of Terra Cotta #DD755D
RGB
CMYK
RGB Variations
Color information
#DD755D (or 0xDD755D) is known color: Terra Cotta. HEX triplet: DD, 75 and 5D. RGB value is (221,117,93). Sum of RGB (Red+Green+Blue) = 221+117+93=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD755D is #228AA2. Grayscale: #919191. Windows color (decimal): -2263715 or 6125021. OLE color: 6125021.
HSL color Cylindrical-coordinate representation of color #DD755D: hue angle of 11.25º 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 #DD755D is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 93 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.13 |
| HSL | 11.25º | 0.65% | 0.62% | - |
| HSV(B) | 11.25º | 0.58% | 0.87% | - |
| XYZ | 38.16 | 28.89 | 13.92 | - |
| YUV | 145.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 93 | 0 | 0.47 | 0.58 | 0.13 | 11.25 | 0.65 | 0.62 |
| Hex | DD | 75 | 5D | 0 | 2F | 3A | D | B | 41 | 3E |
| Octal | 335 | 165 | 135 | 0 | 57 | 72 | 15 | 13 | 101 | 76 |
| Binary | 11011101 | 1110101 | 1011101 | 0 | 101111 | 111010 | 1101 | 1011 | 1000001 | 111110 |
Color Harmonies of #DD755D
Complementary color
Monochromatic Colors of #DD755D
Black with #DD755D
Text Example
Text Example
White with #DD755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD755D; }
p { color: rgb(221,117,93); }
H1.HeaderClassName
{
color: #DD755D;
}
.AnyTagClassName
{
color: #DD755D;
}
</style>
background-color css
<style>
a { background-color: #DD755D; }
a { background-color: rgb(221,117,93); }
div.DivClassName
{
background-color: #DD755D;
}
.BgClassName
{
background-color: #DD755D;
}
</style>
border-color css
<style>
span { border-color: #DD755D; }
span { border-color: rgb(221,117,93); }
td.TdClassName
{
border-color: #DD755D;
}
.TagClassName
{
border-color: #DD755D;
}
</style>