Shades of Terra Cotta #DC6D52
Tints of Terra Cotta #DC6D52
RGB
CMYK
RGB Variations
Color information
#DC6D52 (or 0xDC6D52) is known color: Terra Cotta. HEX triplet: DC, 6D and 52. RGB value is (220,109,82). Sum of RGB (Red+Green+Blue) = 220+109+82=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6D52 is #2392AD. Grayscale: #8B8B8B. Windows color (decimal): -2331310 or 5402076. OLE color: 5402076.
HSL color Cylindrical-coordinate representation of color #DC6D52: hue angle of 11.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC6D52 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 82 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.14 |
| HSL | 11.74º | 0.66% | 0.59% | - |
| HSV(B) | 11.74º | 0.63% | 0.86% | - |
| XYZ | 36.51 | 26.76 | 11.22 | - |
| YUV | 139.11 | 95.77 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 82 | 0 | 0.50 | 0.63 | 0.14 | 11.74 | 0.66 | 0.59 |
| Hex | DC | 6D | 52 | 0 | 32 | 3F | E | C | 42 | 3B |
| Octal | 334 | 155 | 122 | 0 | 62 | 77 | 16 | 14 | 102 | 73 |
| Binary | 11011100 | 1101101 | 1010010 | 0 | 110010 | 111111 | 1110 | 1100 | 1000010 | 111011 |
Color Harmonies of #DC6D52
Complementary color
Monochromatic Colors of #DC6D52
Black with #DC6D52
Text Example
Text Example
White with #DC6D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D52; }
p { color: rgb(220,109,82); }
H1.HeaderClassName
{
color: #DC6D52;
}
.AnyTagClassName
{
color: #DC6D52;
}
</style>
background-color css
<style>
a { background-color: #DC6D52; }
a { background-color: rgb(220,109,82); }
div.DivClassName
{
background-color: #DC6D52;
}
.BgClassName
{
background-color: #DC6D52;
}
</style>
border-color css
<style>
span { border-color: #DC6D52; }
span { border-color: rgb(220,109,82); }
td.TdClassName
{
border-color: #DC6D52;
}
.TagClassName
{
border-color: #DC6D52;
}
</style>