Shades of Terra Cotta #DC7663
Tints of Terra Cotta #DC7663
RGB
CMYK
RGB Variations
Color information
#DC7663 (or 0xDC7663) is known color: Terra Cotta. HEX triplet: DC, 76 and 63. RGB value is (220,118,99). Sum of RGB (Red+Green+Blue) = 220+118+99=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7663 is #23899C. Grayscale: #929292. Windows color (decimal): -2328989 or 6518492. OLE color: 6518492.
HSL color Cylindrical-coordinate representation of color #DC7663: hue angle of 9.42º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC7663 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 99 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.14 |
| HSL | 9.42º | 0.63% | 0.63% | - |
| HSV(B) | 9.42º | 0.55% | 0.86% | - |
| XYZ | 38.25 | 29.07 | 15.4 | - |
| YUV | 146.33 | 101.29 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 99 | 0 | 0.46 | 0.55 | 0.14 | 9.42 | 0.63 | 0.63 |
| Hex | DC | 76 | 63 | 0 | 2E | 37 | E | 9 | 3F | 3F |
| Octal | 334 | 166 | 143 | 0 | 56 | 67 | 16 | 11 | 77 | 77 |
| Binary | 11011100 | 1110110 | 1100011 | 0 | 101110 | 110111 | 1110 | 1001 | 111111 | 111111 |
Color Harmonies of #DC7663
Complementary color
Monochromatic Colors of #DC7663
Black with #DC7663
Text Example
Text Example
White with #DC7663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7663; }
p { color: rgb(220,118,99); }
H1.HeaderClassName
{
color: #DC7663;
}
.AnyTagClassName
{
color: #DC7663;
}
</style>
background-color css
<style>
a { background-color: #DC7663; }
a { background-color: rgb(220,118,99); }
div.DivClassName
{
background-color: #DC7663;
}
.BgClassName
{
background-color: #DC7663;
}
</style>
border-color css
<style>
span { border-color: #DC7663; }
span { border-color: rgb(220,118,99); }
td.TdClassName
{
border-color: #DC7663;
}
.TagClassName
{
border-color: #DC7663;
}
</style>