Shades of Terra Cotta #DF6F60
Tints of Terra Cotta #DF6F60
RGB
CMYK
RGB Variations
Color information
#DF6F60 (or 0xDF6F60) is known color: Terra Cotta. HEX triplet: DF, 6F and 60. RGB value is (223,111,96). Sum of RGB (Red+Green+Blue) = 223+111+96=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6F60 is #20909F. Grayscale: #8E8E8E. Windows color (decimal): -2134176 or 6320095. OLE color: 6320095.
HSL color Cylindrical-coordinate representation of color #DF6F60: hue angle of 7.09º 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 #DF6F60 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 96 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.13 |
| HSL | 7.09º | 0.66% | 0.63% | - |
| HSV(B) | 7.09º | 0.57% | 0.87% | - |
| XYZ | 38.23 | 27.9 | 14.44 | - |
| YUV | 142.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 96 | 0 | 0.50 | 0.57 | 0.13 | 7.09 | 0.66 | 0.63 |
| Hex | DF | 6F | 60 | 0 | 32 | 39 | D | 7 | 42 | 3F |
| Octal | 337 | 157 | 140 | 0 | 62 | 71 | 15 | 7 | 102 | 77 |
| Binary | 11011111 | 1101111 | 1100000 | 0 | 110010 | 111001 | 1101 | 111 | 1000010 | 111111 |
Color Harmonies of #DF6F60
Complementary color
Monochromatic Colors of #DF6F60
Black with #DF6F60
Text Example
Text Example
White with #DF6F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6F60; }
p { color: rgb(223,111,96); }
H1.HeaderClassName
{
color: #DF6F60;
}
.AnyTagClassName
{
color: #DF6F60;
}
</style>
background-color css
<style>
a { background-color: #DF6F60; }
a { background-color: rgb(223,111,96); }
div.DivClassName
{
background-color: #DF6F60;
}
.BgClassName
{
background-color: #DF6F60;
}
</style>
border-color css
<style>
span { border-color: #DF6F60; }
span { border-color: rgb(223,111,96); }
td.TdClassName
{
border-color: #DF6F60;
}
.TagClassName
{
border-color: #DF6F60;
}
</style>