Shades of Terra Cotta #DF6F61
Tints of Terra Cotta #DF6F61
RGB
CMYK
RGB Variations
Color information
#DF6F61 (or 0xDF6F61) is known color: Terra Cotta. HEX triplet: DF, 6F and 61. RGB value is (223,111,97). Sum of RGB (Red+Green+Blue) = 223+111+97=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6F61 is #20909E. Grayscale: #8F8F8F. Windows color (decimal): -2134175 or 6385631. OLE color: 6385631.
HSL color Cylindrical-coordinate representation of color #DF6F61: hue angle of 6.67º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6F61 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 97 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.13 |
| HSL | 6.67º | 0.66% | 0.63% | - |
| HSV(B) | 6.67º | 0.57% | 0.87% | - |
| XYZ | 38.27 | 27.92 | 14.68 | - |
| YUV | 142.89 | 102.11 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 97 | 0 | 0.50 | 0.57 | 0.13 | 6.67 | 0.66 | 0.63 |
| Hex | DF | 6F | 61 | 0 | 32 | 39 | D | 7 | 42 | 3F |
| Octal | 337 | 157 | 141 | 0 | 62 | 71 | 15 | 7 | 102 | 77 |
| Binary | 11011111 | 1101111 | 1100001 | 0 | 110010 | 111001 | 1101 | 111 | 1000010 | 111111 |
Color Harmonies of #DF6F61
Complementary color
Monochromatic Colors of #DF6F61
Black with #DF6F61
Text Example
Text Example
White with #DF6F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6F61; }
p { color: rgb(223,111,97); }
H1.HeaderClassName
{
color: #DF6F61;
}
.AnyTagClassName
{
color: #DF6F61;
}
</style>
background-color css
<style>
a { background-color: #DF6F61; }
a { background-color: rgb(223,111,97); }
div.DivClassName
{
background-color: #DF6F61;
}
.BgClassName
{
background-color: #DF6F61;
}
</style>
border-color css
<style>
span { border-color: #DF6F61; }
span { border-color: rgb(223,111,97); }
td.TdClassName
{
border-color: #DF6F61;
}
.TagClassName
{
border-color: #DF6F61;
}
</style>