Shades of Terra Cotta #DC6F5C
Tints of Terra Cotta #DC6F5C
RGB
CMYK
RGB Variations
Color information
#DC6F5C (or 0xDC6F5C) is known color: Terra Cotta. HEX triplet: DC, 6F and 5C. RGB value is (220,111,92). Sum of RGB (Red+Green+Blue) = 220+111+92=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F5C is #2390A3. Grayscale: #8D8D8D. Windows color (decimal): -2330788 or 6057948. OLE color: 6057948.
HSL color Cylindrical-coordinate representation of color #DC6F5C: hue angle of 8.91º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC6F5C is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 92 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.14 |
| HSL | 8.91º | 0.65% | 0.61% | - |
| HSV(B) | 8.91º | 0.58% | 0.86% | - |
| XYZ | 37.13 | 27.36 | 13.45 | - |
| YUV | 141.43 | 100.11 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 92 | 0 | 0.50 | 0.58 | 0.14 | 8.91 | 0.65 | 0.61 |
| Hex | DC | 6F | 5C | 0 | 32 | 3A | E | 9 | 41 | 3D |
| Octal | 334 | 157 | 134 | 0 | 62 | 72 | 16 | 11 | 101 | 75 |
| Binary | 11011100 | 1101111 | 1011100 | 0 | 110010 | 111010 | 1110 | 1001 | 1000001 | 111101 |
Color Harmonies of #DC6F5C
Complementary color
Monochromatic Colors of #DC6F5C
Black with #DC6F5C
Text Example
Text Example
White with #DC6F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F5C; }
p { color: rgb(220,111,92); }
H1.HeaderClassName
{
color: #DC6F5C;
}
.AnyTagClassName
{
color: #DC6F5C;
}
</style>
background-color css
<style>
a { background-color: #DC6F5C; }
a { background-color: rgb(220,111,92); }
div.DivClassName
{
background-color: #DC6F5C;
}
.BgClassName
{
background-color: #DC6F5C;
}
</style>
border-color css
<style>
span { border-color: #DC6F5C; }
span { border-color: rgb(220,111,92); }
td.TdClassName
{
border-color: #DC6F5C;
}
.TagClassName
{
border-color: #DC6F5C;
}
</style>