Shades of Terra Cotta #DD7D63
Tints of Terra Cotta #DD7D63
RGB
CMYK
RGB Variations
Color information
#DD7D63 (or 0xDD7D63) is known color: Terra Cotta. HEX triplet: DD, 7D and 63. RGB value is (221,125,99). Sum of RGB (Red+Green+Blue) = 221+125+99=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D63 is #22829C. Grayscale: #969696. Windows color (decimal): -2261661 or 6520285. OLE color: 6520285.
HSL color Cylindrical-coordinate representation of color #DD7D63: hue angle of 12.79º 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 #DD7D63 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 99 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.13 |
| HSL | 12.79º | 0.64% | 0.63% | - |
| HSV(B) | 12.79º | 0.55% | 0.87% | - |
| XYZ | 39.4 | 30.94 | 15.7 | - |
| YUV | 150.74 | 98.8 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 99 | 0 | 0.43 | 0.55 | 0.13 | 12.79 | 0.64 | 0.63 |
| Hex | DD | 7D | 63 | 0 | 2B | 37 | D | D | 40 | 3F |
| Octal | 335 | 175 | 143 | 0 | 53 | 67 | 15 | 15 | 100 | 77 |
| Binary | 11011101 | 1111101 | 1100011 | 0 | 101011 | 110111 | 1101 | 1101 | 1000000 | 111111 |
Color Harmonies of #DD7D63
Complementary color
Monochromatic Colors of #DD7D63
Black with #DD7D63
Text Example
Text Example
White with #DD7D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D63; }
p { color: rgb(221,125,99); }
H1.HeaderClassName
{
color: #DD7D63;
}
.AnyTagClassName
{
color: #DD7D63;
}
</style>
background-color css
<style>
a { background-color: #DD7D63; }
a { background-color: rgb(221,125,99); }
div.DivClassName
{
background-color: #DD7D63;
}
.BgClassName
{
background-color: #DD7D63;
}
</style>
border-color css
<style>
span { border-color: #DD7D63; }
span { border-color: rgb(221,125,99); }
td.TdClassName
{
border-color: #DD7D63;
}
.TagClassName
{
border-color: #DD7D63;
}
</style>