Shades of Terra Cotta #DC6F54
Tints of Terra Cotta #DC6F54
RGB
CMYK
RGB Variations
Color information
#DC6F54 (or 0xDC6F54) is known color: Terra Cotta. HEX triplet: DC, 6F and 54. RGB value is (220,111,84). Sum of RGB (Red+Green+Blue) = 220+111+84=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F54 is #2390AB. Grayscale: #8C8C8C. Windows color (decimal): -2330796 or 5533660. OLE color: 5533660.
HSL color Cylindrical-coordinate representation of color #DC6F54: hue angle of 11.91º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC6F54 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 84 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.14 |
| HSL | 11.91º | 0.66% | 0.6% | - |
| HSV(B) | 11.91º | 0.62% | 0.86% | - |
| XYZ | 36.8 | 27.22 | 11.7 | - |
| YUV | 140.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 84 | 0 | 0.50 | 0.62 | 0.14 | 11.91 | 0.66 | 0.6 |
| Hex | DC | 6F | 54 | 0 | 32 | 3E | E | C | 42 | 3C |
| Octal | 334 | 157 | 124 | 0 | 62 | 76 | 16 | 14 | 102 | 74 |
| Binary | 11011100 | 1101111 | 1010100 | 0 | 110010 | 111110 | 1110 | 1100 | 1000010 | 111100 |
Color Harmonies of #DC6F54
Complementary color
Monochromatic Colors of #DC6F54
Black with #DC6F54
Text Example
Text Example
White with #DC6F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F54; }
p { color: rgb(220,111,84); }
H1.HeaderClassName
{
color: #DC6F54;
}
.AnyTagClassName
{
color: #DC6F54;
}
</style>
background-color css
<style>
a { background-color: #DC6F54; }
a { background-color: rgb(220,111,84); }
div.DivClassName
{
background-color: #DC6F54;
}
.BgClassName
{
background-color: #DC6F54;
}
</style>
border-color css
<style>
span { border-color: #DC6F54; }
span { border-color: rgb(220,111,84); }
td.TdClassName
{
border-color: #DC6F54;
}
.TagClassName
{
border-color: #DC6F54;
}
</style>