Shades of Terra Cotta #DD735E
Tints of Terra Cotta #DD735E
RGB
CMYK
RGB Variations
Color information
#DD735E (or 0xDD735E) is known color: Terra Cotta. HEX triplet: DD, 73 and 5E. RGB value is (221,115,94). Sum of RGB (Red+Green+Blue) = 221+115+94=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD735E is #228CA1. Grayscale: #909090. Windows color (decimal): -2264226 or 6190045. OLE color: 6190045.
HSL color Cylindrical-coordinate representation of color #DD735E: hue angle of 9.92º 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 #DD735E is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 94 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.13 |
| HSL | 9.92º | 0.65% | 0.62% | - |
| HSV(B) | 9.92º | 0.57% | 0.87% | - |
| XYZ | 37.97 | 28.44 | 14.08 | - |
| YUV | 144.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 94 | 0 | 0.48 | 0.57 | 0.13 | 9.92 | 0.65 | 0.62 |
| Hex | DD | 73 | 5E | 0 | 30 | 39 | D | A | 41 | 3E |
| Octal | 335 | 163 | 136 | 0 | 60 | 71 | 15 | 12 | 101 | 76 |
| Binary | 11011101 | 1110011 | 1011110 | 0 | 110000 | 111001 | 1101 | 1010 | 1000001 | 111110 |
Color Harmonies of #DD735E
Complementary color
Monochromatic Colors of #DD735E
Black with #DD735E
Text Example
Text Example
White with #DD735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD735E; }
p { color: rgb(221,115,94); }
H1.HeaderClassName
{
color: #DD735E;
}
.AnyTagClassName
{
color: #DD735E;
}
</style>
background-color css
<style>
a { background-color: #DD735E; }
a { background-color: rgb(221,115,94); }
div.DivClassName
{
background-color: #DD735E;
}
.BgClassName
{
background-color: #DD735E;
}
</style>
border-color css
<style>
span { border-color: #DD735E; }
span { border-color: rgb(221,115,94); }
td.TdClassName
{
border-color: #DD735E;
}
.TagClassName
{
border-color: #DD735E;
}
</style>