Shades of Terra Cotta #DD7256
Tints of Terra Cotta #DD7256
RGB
CMYK
RGB Variations
Color information
#DD7256 (or 0xDD7256) is known color: Terra Cotta. HEX triplet: DD, 72 and 56. RGB value is (221,114,86). Sum of RGB (Red+Green+Blue) = 221+114+86=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7256 is #228DA9. Grayscale: #8F8F8F. Windows color (decimal): -2264490 or 5665501. OLE color: 5665501.
HSL color Cylindrical-coordinate representation of color #DD7256: hue angle of 12.44º 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 #DD7256 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 86 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.13 |
| HSL | 12.44º | 0.67% | 0.6% | - |
| HSV(B) | 12.44º | 0.61% | 0.87% | - |
| XYZ | 37.52 | 28.08 | 12.25 | - |
| YUV | 142.8 | 95.95 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 86 | 0 | 0.48 | 0.61 | 0.13 | 12.44 | 0.67 | 0.6 |
| Hex | DD | 72 | 56 | 0 | 30 | 3D | D | C | 43 | 3C |
| Octal | 335 | 162 | 126 | 0 | 60 | 75 | 15 | 14 | 103 | 74 |
| Binary | 11011101 | 1110010 | 1010110 | 0 | 110000 | 111101 | 1101 | 1100 | 1000011 | 111100 |
Color Harmonies of #DD7256
Complementary color
Monochromatic Colors of #DD7256
Black with #DD7256
Text Example
Text Example
White with #DD7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7256; }
p { color: rgb(221,114,86); }
H1.HeaderClassName
{
color: #DD7256;
}
.AnyTagClassName
{
color: #DD7256;
}
</style>
background-color css
<style>
a { background-color: #DD7256; }
a { background-color: rgb(221,114,86); }
div.DivClassName
{
background-color: #DD7256;
}
.BgClassName
{
background-color: #DD7256;
}
</style>
border-color css
<style>
span { border-color: #DD7256; }
span { border-color: rgb(221,114,86); }
td.TdClassName
{
border-color: #DD7256;
}
.TagClassName
{
border-color: #DD7256;
}
</style>