Shades of Terra Cotta #DD7856
Tints of Terra Cotta #DD7856
RGB
CMYK
RGB Variations
Color information
#DD7856 (or 0xDD7856) is known color: Terra Cotta. HEX triplet: DD, 78 and 56. RGB value is (221,120,86). Sum of RGB (Red+Green+Blue) = 221+120+86=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7856 is #2287A9. Grayscale: #929292. Windows color (decimal): -2262954 or 5667037. OLE color: 5667037.
HSL color Cylindrical-coordinate representation of color #DD7856: hue angle of 15.11º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD7856 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 86 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.13 |
| HSL | 15.11º | 0.67% | 0.6% | - |
| HSV(B) | 15.11º | 0.61% | 0.87% | - |
| XYZ | 38.21 | 29.48 | 12.48 | - |
| YUV | 146.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 86 | 0 | 0.46 | 0.61 | 0.13 | 15.11 | 0.67 | 0.6 |
| Hex | DD | 78 | 56 | 0 | 2E | 3D | D | F | 43 | 3C |
| Octal | 335 | 170 | 126 | 0 | 56 | 75 | 15 | 17 | 103 | 74 |
| Binary | 11011101 | 1111000 | 1010110 | 0 | 101110 | 111101 | 1101 | 1111 | 1000011 | 111100 |
Color Harmonies of #DD7856
Complementary color
Monochromatic Colors of #DD7856
Black with #DD7856
Text Example
Text Example
White with #DD7856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7856; }
p { color: rgb(221,120,86); }
H1.HeaderClassName
{
color: #DD7856;
}
.AnyTagClassName
{
color: #DD7856;
}
</style>
background-color css
<style>
a { background-color: #DD7856; }
a { background-color: rgb(221,120,86); }
div.DivClassName
{
background-color: #DD7856;
}
.BgClassName
{
background-color: #DD7856;
}
</style>
border-color css
<style>
span { border-color: #DD7856; }
span { border-color: rgb(221,120,86); }
td.TdClassName
{
border-color: #DD7856;
}
.TagClassName
{
border-color: #DD7856;
}
</style>