Shades of Terra Cotta #DC6E5C
Tints of Terra Cotta #DC6E5C
RGB
CMYK
RGB Variations
Color information
#DC6E5C (or 0xDC6E5C) is known color: Terra Cotta. HEX triplet: DC, 6E and 5C. RGB value is (220,110,92). Sum of RGB (Red+Green+Blue) = 220+110+92=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E5C is #2391A3. Grayscale: #8D8D8D. Windows color (decimal): -2331044 or 6057692. OLE color: 6057692.
HSL color Cylindrical-coordinate representation of color #DC6E5C: hue angle of 8.44º degrees, saturation: 0.65, 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 #DC6E5C is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 92 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.14 |
| HSL | 8.44º | 0.65% | 0.61% | - |
| HSV(B) | 8.44º | 0.58% | 0.86% | - |
| XYZ | 37.02 | 27.14 | 13.41 | - |
| YUV | 140.84 | 100.44 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 92 | 0 | 0.50 | 0.58 | 0.14 | 8.44 | 0.65 | 0.61 |
| Hex | DC | 6E | 5C | 0 | 32 | 3A | E | 8 | 41 | 3D |
| Octal | 334 | 156 | 134 | 0 | 62 | 72 | 16 | 10 | 101 | 75 |
| Binary | 11011100 | 1101110 | 1011100 | 0 | 110010 | 111010 | 1110 | 1000 | 1000001 | 111101 |
Color Harmonies of #DC6E5C
Complementary color
Monochromatic Colors of #DC6E5C
Black with #DC6E5C
Text Example
Text Example
White with #DC6E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E5C; }
p { color: rgb(220,110,92); }
H1.HeaderClassName
{
color: #DC6E5C;
}
.AnyTagClassName
{
color: #DC6E5C;
}
</style>
background-color css
<style>
a { background-color: #DC6E5C; }
a { background-color: rgb(220,110,92); }
div.DivClassName
{
background-color: #DC6E5C;
}
.BgClassName
{
background-color: #DC6E5C;
}
</style>
border-color css
<style>
span { border-color: #DC6E5C; }
span { border-color: rgb(220,110,92); }
td.TdClassName
{
border-color: #DC6E5C;
}
.TagClassName
{
border-color: #DC6E5C;
}
</style>