Shades of Terra Cotta #DF6C60
Tints of Terra Cotta #DF6C60
RGB
CMYK
RGB Variations
Color information
#DF6C60 (or 0xDF6C60) is known color: Terra Cotta. HEX triplet: DF, 6C and 60. RGB value is (223,108,96). Sum of RGB (Red+Green+Blue) = 223+108+96=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6C60 is #20939F. Grayscale: #8D8D8D. Windows color (decimal): -2134944 or 6319327. OLE color: 6319327.
HSL color Cylindrical-coordinate representation of color #DF6C60: hue angle of 5.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 #DF6C60 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 108 | 96 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.13 |
| HSL | 5.67º | 0.66% | 0.63% | - |
| HSV(B) | 5.67º | 0.57% | 0.87% | - |
| XYZ | 37.91 | 27.26 | 14.33 | - |
| YUV | 141.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 96 | 0 | 0.52 | 0.57 | 0.13 | 5.67 | 0.66 | 0.63 |
| Hex | DF | 6C | 60 | 0 | 34 | 39 | D | 6 | 42 | 3F |
| Octal | 337 | 154 | 140 | 0 | 64 | 71 | 15 | 6 | 102 | 77 |
| Binary | 11011111 | 1101100 | 1100000 | 0 | 110100 | 111001 | 1101 | 110 | 1000010 | 111111 |
Color Harmonies of #DF6C60
Complementary color
Monochromatic Colors of #DF6C60
Black with #DF6C60
Text Example
Text Example
White with #DF6C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6C60; }
p { color: rgb(223,108,96); }
H1.HeaderClassName
{
color: #DF6C60;
}
.AnyTagClassName
{
color: #DF6C60;
}
</style>
background-color css
<style>
a { background-color: #DF6C60; }
a { background-color: rgb(223,108,96); }
div.DivClassName
{
background-color: #DF6C60;
}
.BgClassName
{
background-color: #DF6C60;
}
</style>
border-color css
<style>
span { border-color: #DF6C60; }
span { border-color: rgb(223,108,96); }
td.TdClassName
{
border-color: #DF6C60;
}
.TagClassName
{
border-color: #DF6C60;
}
</style>