Shades of Terra Cotta #DC6F57
Tints of Terra Cotta #DC6F57
RGB
CMYK
RGB Variations
Color information
#DC6F57 (or 0xDC6F57) is known color: Terra Cotta. HEX triplet: DC, 6F and 57. RGB value is (220,111,87). Sum of RGB (Red+Green+Blue) = 220+111+87=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F57 is #2390A8. Grayscale: #8D8D8D. Windows color (decimal): -2330793 or 5730268. OLE color: 5730268.
HSL color Cylindrical-coordinate representation of color #DC6F57: hue angle of 10.83º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC6F57 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 87 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.14 |
| HSL | 10.83º | 0.66% | 0.6% | - |
| HSV(B) | 10.83º | 0.6% | 0.86% | - |
| XYZ | 36.92 | 27.27 | 12.34 | - |
| YUV | 140.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 87 | 0 | 0.50 | 0.60 | 0.14 | 10.83 | 0.66 | 0.6 |
| Hex | DC | 6F | 57 | 0 | 32 | 3C | E | B | 42 | 3C |
| Octal | 334 | 157 | 127 | 0 | 62 | 74 | 16 | 13 | 102 | 74 |
| Binary | 11011100 | 1101111 | 1010111 | 0 | 110010 | 111100 | 1110 | 1011 | 1000010 | 111100 |
Color Harmonies of #DC6F57
Complementary color
Monochromatic Colors of #DC6F57
Black with #DC6F57
Text Example
Text Example
White with #DC6F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F57; }
p { color: rgb(220,111,87); }
H1.HeaderClassName
{
color: #DC6F57;
}
.AnyTagClassName
{
color: #DC6F57;
}
</style>
background-color css
<style>
a { background-color: #DC6F57; }
a { background-color: rgb(220,111,87); }
div.DivClassName
{
background-color: #DC6F57;
}
.BgClassName
{
background-color: #DC6F57;
}
</style>
border-color css
<style>
span { border-color: #DC6F57; }
span { border-color: rgb(220,111,87); }
td.TdClassName
{
border-color: #DC6F57;
}
.TagClassName
{
border-color: #DC6F57;
}
</style>