Shades of Terra Cotta #DD785C
Tints of Terra Cotta #DD785C
RGB
CMYK
RGB Variations
Color information
#DD785C (or 0xDD785C) is known color: Terra Cotta. HEX triplet: DD, 78 and 5C. RGB value is (221,120,92). Sum of RGB (Red+Green+Blue) = 221+120+92=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD785C is #2287A3. Grayscale: #939393. Windows color (decimal): -2262948 or 6060253. OLE color: 6060253.
HSL color Cylindrical-coordinate representation of color #DD785C: hue angle of 13.02º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD785C is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 92 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.13 |
| HSL | 13.02º | 0.65% | 0.61% | - |
| HSV(B) | 13.02º | 0.58% | 0.87% | - |
| XYZ | 38.47 | 29.58 | 13.81 | - |
| YUV | 147.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 92 | 0 | 0.46 | 0.58 | 0.13 | 13.02 | 0.65 | 0.61 |
| Hex | DD | 78 | 5C | 0 | 2E | 3A | D | D | 41 | 3D |
| Octal | 335 | 170 | 134 | 0 | 56 | 72 | 15 | 15 | 101 | 75 |
| Binary | 11011101 | 1111000 | 1011100 | 0 | 101110 | 111010 | 1101 | 1101 | 1000001 | 111101 |
Color Harmonies of #DD785C
Complementary color
Monochromatic Colors of #DD785C
Black with #DD785C
Text Example
Text Example
White with #DD785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD785C; }
p { color: rgb(221,120,92); }
H1.HeaderClassName
{
color: #DD785C;
}
.AnyTagClassName
{
color: #DD785C;
}
</style>
background-color css
<style>
a { background-color: #DD785C; }
a { background-color: rgb(221,120,92); }
div.DivClassName
{
background-color: #DD785C;
}
.BgClassName
{
background-color: #DD785C;
}
</style>
border-color css
<style>
span { border-color: #DD785C; }
span { border-color: rgb(221,120,92); }
td.TdClassName
{
border-color: #DD785C;
}
.TagClassName
{
border-color: #DD785C;
}
</style>