Shades of Terra Cotta #DD7463
Tints of Terra Cotta #DD7463
RGB
CMYK
RGB Variations
Color information
#DD7463 (or 0xDD7463) is known color: Terra Cotta. HEX triplet: DD, 74 and 63. RGB value is (221,116,99). Sum of RGB (Red+Green+Blue) = 221+116+99=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7463 is #228B9C. Grayscale: #919191. Windows color (decimal): -2263965 or 6517981. OLE color: 6517981.
HSL color Cylindrical-coordinate representation of color #DD7463: hue angle of 8.36º 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 #DD7463 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 99 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.13 |
| HSL | 8.36º | 0.64% | 0.63% | - |
| HSV(B) | 8.36º | 0.55% | 0.87% | - |
| XYZ | 38.32 | 28.76 | 15.34 | - |
| YUV | 145.46 | 101.79 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 99 | 0 | 0.48 | 0.55 | 0.13 | 8.36 | 0.64 | 0.63 |
| Hex | DD | 74 | 63 | 0 | 30 | 37 | D | 8 | 40 | 3F |
| Octal | 335 | 164 | 143 | 0 | 60 | 67 | 15 | 10 | 100 | 77 |
| Binary | 11011101 | 1110100 | 1100011 | 0 | 110000 | 110111 | 1101 | 1000 | 1000000 | 111111 |
Color Harmonies of #DD7463
Complementary color
Monochromatic Colors of #DD7463
Black with #DD7463
Text Example
Text Example
White with #DD7463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7463; }
p { color: rgb(221,116,99); }
H1.HeaderClassName
{
color: #DD7463;
}
.AnyTagClassName
{
color: #DD7463;
}
</style>
background-color css
<style>
a { background-color: #DD7463; }
a { background-color: rgb(221,116,99); }
div.DivClassName
{
background-color: #DD7463;
}
.BgClassName
{
background-color: #DD7463;
}
</style>
border-color css
<style>
span { border-color: #DD7463; }
span { border-color: rgb(221,116,99); }
td.TdClassName
{
border-color: #DD7463;
}
.TagClassName
{
border-color: #DD7463;
}
</style>