Shades of Terra Cotta #DD7656
Tints of Terra Cotta #DD7656
RGB
CMYK
RGB Variations
Color information
#DD7656 (or 0xDD7656) is known color: Terra Cotta. HEX triplet: DD, 76 and 56. RGB value is (221,118,86). Sum of RGB (Red+Green+Blue) = 221+118+86=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7656 is #2289A9. Grayscale: #919191. Windows color (decimal): -2263466 or 5666525. OLE color: 5666525.
HSL color Cylindrical-coordinate representation of color #DD7656: hue angle of 14.22º 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 #DD7656 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 86 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.13 |
| HSL | 14.22º | 0.67% | 0.6% | - |
| HSV(B) | 14.22º | 0.61% | 0.87% | - |
| XYZ | 37.98 | 29 | 12.4 | - |
| YUV | 145.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 86 | 0 | 0.47 | 0.61 | 0.13 | 14.22 | 0.67 | 0.6 |
| Hex | DD | 76 | 56 | 0 | 2F | 3D | D | E | 43 | 3C |
| Octal | 335 | 166 | 126 | 0 | 57 | 75 | 15 | 16 | 103 | 74 |
| Binary | 11011101 | 1110110 | 1010110 | 0 | 101111 | 111101 | 1101 | 1110 | 1000011 | 111100 |
Color Harmonies of #DD7656
Complementary color
Monochromatic Colors of #DD7656
Black with #DD7656
Text Example
Text Example
White with #DD7656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7656; }
p { color: rgb(221,118,86); }
H1.HeaderClassName
{
color: #DD7656;
}
.AnyTagClassName
{
color: #DD7656;
}
</style>
background-color css
<style>
a { background-color: #DD7656; }
a { background-color: rgb(221,118,86); }
div.DivClassName
{
background-color: #DD7656;
}
.BgClassName
{
background-color: #DD7656;
}
</style>
border-color css
<style>
span { border-color: #DD7656; }
span { border-color: rgb(221,118,86); }
td.TdClassName
{
border-color: #DD7656;
}
.TagClassName
{
border-color: #DD7656;
}
</style>