Shades of Terra Cotta #DC6D5D
Tints of Terra Cotta #DC6D5D
RGB
CMYK
RGB Variations
Color information
#DC6D5D (or 0xDC6D5D) is known color: Terra Cotta. HEX triplet: DC, 6D and 5D. RGB value is (220,109,93). Sum of RGB (Red+Green+Blue) = 220+109+93=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6D5D is #2392A2. Grayscale: #8C8C8C. Windows color (decimal): -2331299 or 6122972. OLE color: 6122972.
HSL color Cylindrical-coordinate representation of color #DC6D5D: hue angle of 7.56º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC6D5D is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 93 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.14 |
| HSL | 7.56º | 0.64% | 0.61% | - |
| HSV(B) | 7.56º | 0.58% | 0.86% | - |
| XYZ | 36.96 | 26.94 | 13.61 | - |
| YUV | 140.37 | 101.27 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 93 | 0 | 0.50 | 0.58 | 0.14 | 7.56 | 0.64 | 0.61 |
| Hex | DC | 6D | 5D | 0 | 32 | 3A | E | 8 | 40 | 3D |
| Octal | 334 | 155 | 135 | 0 | 62 | 72 | 16 | 10 | 100 | 75 |
| Binary | 11011100 | 1101101 | 1011101 | 0 | 110010 | 111010 | 1110 | 1000 | 1000000 | 111101 |
Color Harmonies of #DC6D5D
Complementary color
Monochromatic Colors of #DC6D5D
Black with #DC6D5D
Text Example
Text Example
White with #DC6D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D5D; }
p { color: rgb(220,109,93); }
H1.HeaderClassName
{
color: #DC6D5D;
}
.AnyTagClassName
{
color: #DC6D5D;
}
</style>
background-color css
<style>
a { background-color: #DC6D5D; }
a { background-color: rgb(220,109,93); }
div.DivClassName
{
background-color: #DC6D5D;
}
.BgClassName
{
background-color: #DC6D5D;
}
</style>
border-color css
<style>
span { border-color: #DC6D5D; }
span { border-color: rgb(220,109,93); }
td.TdClassName
{
border-color: #DC6D5D;
}
.TagClassName
{
border-color: #DC6D5D;
}
</style>