Shades of Terra Cotta #DD735D
Tints of Terra Cotta #DD735D
RGB
CMYK
RGB Variations
Color information
#DD735D (or 0xDD735D) is known color: Terra Cotta. HEX triplet: DD, 73 and 5D. RGB value is (221,115,93). Sum of RGB (Red+Green+Blue) = 221+115+93=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD735D is #228CA2. Grayscale: #909090. Windows color (decimal): -2264227 or 6124509. OLE color: 6124509.
HSL color Cylindrical-coordinate representation of color #DD735D: hue angle of 10.31º 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 #DD735D is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 93 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.13 |
| HSL | 10.31º | 0.65% | 0.62% | - |
| HSV(B) | 10.31º | 0.58% | 0.87% | - |
| XYZ | 37.93 | 28.42 | 13.84 | - |
| YUV | 144.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 93 | 0 | 0.48 | 0.58 | 0.13 | 10.31 | 0.65 | 0.62 |
| Hex | DD | 73 | 5D | 0 | 30 | 3A | D | A | 41 | 3E |
| Octal | 335 | 163 | 135 | 0 | 60 | 72 | 15 | 12 | 101 | 76 |
| Binary | 11011101 | 1110011 | 1011101 | 0 | 110000 | 111010 | 1101 | 1010 | 1000001 | 111110 |
Color Harmonies of #DD735D
Complementary color
Monochromatic Colors of #DD735D
Black with #DD735D
Text Example
Text Example
White with #DD735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD735D; }
p { color: rgb(221,115,93); }
H1.HeaderClassName
{
color: #DD735D;
}
.AnyTagClassName
{
color: #DD735D;
}
</style>
background-color css
<style>
a { background-color: #DD735D; }
a { background-color: rgb(221,115,93); }
div.DivClassName
{
background-color: #DD735D;
}
.BgClassName
{
background-color: #DD735D;
}
</style>
border-color css
<style>
span { border-color: #DD735D; }
span { border-color: rgb(221,115,93); }
td.TdClassName
{
border-color: #DD735D;
}
.TagClassName
{
border-color: #DD735D;
}
</style>