Shades of Terra Cotta #DC6D56
Tints of Terra Cotta #DC6D56
RGB
CMYK
RGB Variations
Color information
#DC6D56 (or 0xDC6D56) is known color: Terra Cotta. HEX triplet: DC, 6D and 56. RGB value is (220,109,86). Sum of RGB (Red+Green+Blue) = 220+109+86=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6D56 is #2392A9. Grayscale: #8B8B8B. Windows color (decimal): -2331306 or 5664220. OLE color: 5664220.
HSL color Cylindrical-coordinate representation of color #DC6D56: hue angle of 10.3º 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 #DC6D56 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 86 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.14 |
| HSL | 10.3º | 0.66% | 0.6% | - |
| HSV(B) | 10.3º | 0.61% | 0.86% | - |
| XYZ | 36.66 | 26.82 | 12.05 | - |
| YUV | 139.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 86 | 0 | 0.50 | 0.61 | 0.14 | 10.3 | 0.66 | 0.6 |
| Hex | DC | 6D | 56 | 0 | 32 | 3D | E | A | 42 | 3C |
| Octal | 334 | 155 | 126 | 0 | 62 | 75 | 16 | 12 | 102 | 74 |
| Binary | 11011100 | 1101101 | 1010110 | 0 | 110010 | 111101 | 1110 | 1010 | 1000010 | 111100 |
Color Harmonies of #DC6D56
Complementary color
Monochromatic Colors of #DC6D56
Black with #DC6D56
Text Example
Text Example
White with #DC6D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D56; }
p { color: rgb(220,109,86); }
H1.HeaderClassName
{
color: #DC6D56;
}
.AnyTagClassName
{
color: #DC6D56;
}
</style>
background-color css
<style>
a { background-color: #DC6D56; }
a { background-color: rgb(220,109,86); }
div.DivClassName
{
background-color: #DC6D56;
}
.BgClassName
{
background-color: #DC6D56;
}
</style>
border-color css
<style>
span { border-color: #DC6D56; }
span { border-color: rgb(220,109,86); }
td.TdClassName
{
border-color: #DC6D56;
}
.TagClassName
{
border-color: #DC6D56;
}
</style>