Shades of Terra Cotta #DD735F
Tints of Terra Cotta #DD735F
RGB
CMYK
RGB Variations
Color information
#DD735F (or 0xDD735F) is known color: Terra Cotta. HEX triplet: DD, 73 and 5F. RGB value is (221,115,95). Sum of RGB (Red+Green+Blue) = 221+115+95=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD735F is #228CA0. Grayscale: #909090. Windows color (decimal): -2264225 or 6255581. OLE color: 6255581.
HSL color Cylindrical-coordinate representation of color #DD735F: hue angle of 9.52º 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 #DD735F is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 95 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.13 |
| HSL | 9.52º | 0.65% | 0.62% | - |
| HSV(B) | 9.52º | 0.57% | 0.87% | - |
| XYZ | 38.02 | 28.46 | 14.32 | - |
| YUV | 144.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 95 | 0 | 0.48 | 0.57 | 0.13 | 9.52 | 0.65 | 0.62 |
| Hex | DD | 73 | 5F | 0 | 30 | 39 | D | A | 41 | 3E |
| Octal | 335 | 163 | 137 | 0 | 60 | 71 | 15 | 12 | 101 | 76 |
| Binary | 11011101 | 1110011 | 1011111 | 0 | 110000 | 111001 | 1101 | 1010 | 1000001 | 111110 |
Color Harmonies of #DD735F
Complementary color
Monochromatic Colors of #DD735F
Black with #DD735F
Text Example
Text Example
White with #DD735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD735F; }
p { color: rgb(221,115,95); }
H1.HeaderClassName
{
color: #DD735F;
}
.AnyTagClassName
{
color: #DD735F;
}
</style>
background-color css
<style>
a { background-color: #DD735F; }
a { background-color: rgb(221,115,95); }
div.DivClassName
{
background-color: #DD735F;
}
.BgClassName
{
background-color: #DD735F;
}
</style>
border-color css
<style>
span { border-color: #DD735F; }
span { border-color: rgb(221,115,95); }
td.TdClassName
{
border-color: #DD735F;
}
.TagClassName
{
border-color: #DD735F;
}
</style>