Shades of Terra Cotta #DC6F56
Tints of Terra Cotta #DC6F56
RGB
CMYK
RGB Variations
Color information
#DC6F56 (or 0xDC6F56) is known color: Terra Cotta. HEX triplet: DC, 6F and 56. RGB value is (220,111,86). Sum of RGB (Red+Green+Blue) = 220+111+86=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F56 is #2390A9. Grayscale: #8C8C8C. Windows color (decimal): -2330794 or 5664732. OLE color: 5664732.
HSL color Cylindrical-coordinate representation of color #DC6F56: hue angle of 11.19º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC6F56 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 86 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.14 |
| HSL | 11.19º | 0.66% | 0.6% | - |
| HSV(B) | 11.19º | 0.61% | 0.86% | - |
| XYZ | 36.88 | 27.26 | 12.12 | - |
| YUV | 140.74 | 97.11 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 86 | 0 | 0.50 | 0.61 | 0.14 | 11.19 | 0.66 | 0.6 |
| Hex | DC | 6F | 56 | 0 | 32 | 3D | E | B | 42 | 3C |
| Octal | 334 | 157 | 126 | 0 | 62 | 75 | 16 | 13 | 102 | 74 |
| Binary | 11011100 | 1101111 | 1010110 | 0 | 110010 | 111101 | 1110 | 1011 | 1000010 | 111100 |
Color Harmonies of #DC6F56
Complementary color
Monochromatic Colors of #DC6F56
Black with #DC6F56
Text Example
Text Example
White with #DC6F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F56; }
p { color: rgb(220,111,86); }
H1.HeaderClassName
{
color: #DC6F56;
}
.AnyTagClassName
{
color: #DC6F56;
}
</style>
background-color css
<style>
a { background-color: #DC6F56; }
a { background-color: rgb(220,111,86); }
div.DivClassName
{
background-color: #DC6F56;
}
.BgClassName
{
background-color: #DC6F56;
}
</style>
border-color css
<style>
span { border-color: #DC6F56; }
span { border-color: rgb(220,111,86); }
td.TdClassName
{
border-color: #DC6F56;
}
.TagClassName
{
border-color: #DC6F56;
}
</style>