Shades of Terra Cotta #DC6C5C
Tints of Terra Cotta #DC6C5C
RGB
CMYK
RGB Variations
Color information
#DC6C5C (or 0xDC6C5C) is known color: Terra Cotta. HEX triplet: DC, 6C and 5C. RGB value is (220,108,92). Sum of RGB (Red+Green+Blue) = 220+108+92=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C5C is #2393A3. Grayscale: #8B8B8B. Windows color (decimal): -2331556 or 6057180. OLE color: 6057180.
HSL color Cylindrical-coordinate representation of color #DC6C5C: hue angle of 7.5º 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 #DC6C5C is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 92 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.14 |
| HSL | 7.5º | 0.65% | 0.61% | - |
| HSV(B) | 7.5º | 0.58% | 0.86% | - |
| XYZ | 36.81 | 26.71 | 13.34 | - |
| YUV | 139.66 | 101.11 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 92 | 0 | 0.51 | 0.58 | 0.14 | 7.5 | 0.65 | 0.61 |
| Hex | DC | 6C | 5C | 0 | 33 | 3A | E | 8 | 41 | 3D |
| Octal | 334 | 154 | 134 | 0 | 63 | 72 | 16 | 10 | 101 | 75 |
| Binary | 11011100 | 1101100 | 1011100 | 0 | 110011 | 111010 | 1110 | 1000 | 1000001 | 111101 |
Color Harmonies of #DC6C5C
Complementary color
Monochromatic Colors of #DC6C5C
Black with #DC6C5C
Text Example
Text Example
White with #DC6C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C5C; }
p { color: rgb(220,108,92); }
H1.HeaderClassName
{
color: #DC6C5C;
}
.AnyTagClassName
{
color: #DC6C5C;
}
</style>
background-color css
<style>
a { background-color: #DC6C5C; }
a { background-color: rgb(220,108,92); }
div.DivClassName
{
background-color: #DC6C5C;
}
.BgClassName
{
background-color: #DC6C5C;
}
</style>
border-color css
<style>
span { border-color: #DC6C5C; }
span { border-color: rgb(220,108,92); }
td.TdClassName
{
border-color: #DC6C5C;
}
.TagClassName
{
border-color: #DC6C5C;
}
</style>