Shades of Terra Cotta #DD7263
Tints of Terra Cotta #DD7263
RGB
CMYK
RGB Variations
Color information
#DD7263 (or 0xDD7263) is known color: Terra Cotta. HEX triplet: DD, 72 and 63. RGB value is (221,114,99). Sum of RGB (Red+Green+Blue) = 221+114+99=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7263 is #228D9C. Grayscale: #909090. Windows color (decimal): -2264477 or 6517469. OLE color: 6517469.
HSL color Cylindrical-coordinate representation of color #DD7263: hue angle of 7.38º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD7263 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 99 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.13 |
| HSL | 7.38º | 0.64% | 0.63% | - |
| HSV(B) | 7.38º | 0.55% | 0.87% | - |
| XYZ | 38.09 | 28.31 | 15.26 | - |
| YUV | 144.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 99 | 0 | 0.48 | 0.55 | 0.13 | 7.38 | 0.64 | 0.63 |
| Hex | DD | 72 | 63 | 0 | 30 | 37 | D | 7 | 40 | 3F |
| Octal | 335 | 162 | 143 | 0 | 60 | 67 | 15 | 7 | 100 | 77 |
| Binary | 11011101 | 1110010 | 1100011 | 0 | 110000 | 110111 | 1101 | 111 | 1000000 | 111111 |
Color Harmonies of #DD7263
Complementary color
Monochromatic Colors of #DD7263
Black with #DD7263
Text Example
Text Example
White with #DD7263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7263; }
p { color: rgb(221,114,99); }
H1.HeaderClassName
{
color: #DD7263;
}
.AnyTagClassName
{
color: #DD7263;
}
</style>
background-color css
<style>
a { background-color: #DD7263; }
a { background-color: rgb(221,114,99); }
div.DivClassName
{
background-color: #DD7263;
}
.BgClassName
{
background-color: #DD7263;
}
</style>
border-color css
<style>
span { border-color: #DD7263; }
span { border-color: rgb(221,114,99); }
td.TdClassName
{
border-color: #DD7263;
}
.TagClassName
{
border-color: #DD7263;
}
</style>