Shades of Terra Cotta #DD785F
Tints of Terra Cotta #DD785F
RGB
CMYK
RGB Variations
Color information
#DD785F (or 0xDD785F) is known color: Terra Cotta. HEX triplet: DD, 78 and 5F. RGB value is (221,120,95). Sum of RGB (Red+Green+Blue) = 221+120+95=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD785F is #2287A0. Grayscale: #939393. Windows color (decimal): -2262945 or 6256861. OLE color: 6256861.
HSL color Cylindrical-coordinate representation of color #DD785F: hue angle of 11.9º 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 #DD785F is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 95 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.13 |
| HSL | 11.9º | 0.65% | 0.62% | - |
| HSV(B) | 11.9º | 0.57% | 0.87% | - |
| XYZ | 38.6 | 29.63 | 14.51 | - |
| YUV | 147.35 | 98.46 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 95 | 0 | 0.46 | 0.57 | 0.13 | 11.9 | 0.65 | 0.62 |
| Hex | DD | 78 | 5F | 0 | 2E | 39 | D | C | 41 | 3E |
| Octal | 335 | 170 | 137 | 0 | 56 | 71 | 15 | 14 | 101 | 76 |
| Binary | 11011101 | 1111000 | 1011111 | 0 | 101110 | 111001 | 1101 | 1100 | 1000001 | 111110 |
Color Harmonies of #DD785F
Complementary color
Monochromatic Colors of #DD785F
Black with #DD785F
Text Example
Text Example
White with #DD785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD785F; }
p { color: rgb(221,120,95); }
H1.HeaderClassName
{
color: #DD785F;
}
.AnyTagClassName
{
color: #DD785F;
}
</style>
background-color css
<style>
a { background-color: #DD785F; }
a { background-color: rgb(221,120,95); }
div.DivClassName
{
background-color: #DD785F;
}
.BgClassName
{
background-color: #DD785F;
}
</style>
border-color css
<style>
span { border-color: #DD785F; }
span { border-color: rgb(221,120,95); }
td.TdClassName
{
border-color: #DD785F;
}
.TagClassName
{
border-color: #DD785F;
}
</style>