Shades of Terra Cotta #DD7266
Tints of Terra Cotta #DD7266
RGB
CMYK
RGB Variations
Color information
#DD7266 (or 0xDD7266) is known color: Terra Cotta. HEX triplet: DD, 72 and 66. RGB value is (221,114,102). Sum of RGB (Red+Green+Blue) = 221+114+102=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7266 is #228D99. Grayscale: #909090. Windows color (decimal): -2264474 or 6714077. OLE color: 6714077.
HSL color Cylindrical-coordinate representation of color #DD7266: hue angle of 6.05º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD7266 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 102 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.13 |
| HSL | 6.05º | 0.64% | 0.63% | - |
| HSV(B) | 6.05º | 0.54% | 0.87% | - |
| XYZ | 38.23 | 28.37 | 16.03 | - |
| YUV | 144.63 | 103.95 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 102 | 0 | 0.48 | 0.54 | 0.13 | 6.05 | 0.64 | 0.63 |
| Hex | DD | 72 | 66 | 0 | 30 | 36 | D | 6 | 40 | 3F |
| Octal | 335 | 162 | 146 | 0 | 60 | 66 | 15 | 6 | 100 | 77 |
| Binary | 11011101 | 1110010 | 1100110 | 0 | 110000 | 110110 | 1101 | 110 | 1000000 | 111111 |
Color Harmonies of #DD7266
Complementary color
Monochromatic Colors of #DD7266
Black with #DD7266
Text Example
Text Example
White with #DD7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7266; }
p { color: rgb(221,114,102); }
H1.HeaderClassName
{
color: #DD7266;
}
.AnyTagClassName
{
color: #DD7266;
}
</style>
background-color css
<style>
a { background-color: #DD7266; }
a { background-color: rgb(221,114,102); }
div.DivClassName
{
background-color: #DD7266;
}
.BgClassName
{
background-color: #DD7266;
}
</style>
border-color css
<style>
span { border-color: #DD7266; }
span { border-color: rgb(221,114,102); }
td.TdClassName
{
border-color: #DD7266;
}
.TagClassName
{
border-color: #DD7266;
}
</style>