Shades of Terra Cotta #DF6F66
Tints of Terra Cotta #DF6F66
RGB
CMYK
RGB Variations
Color information
#DF6F66 (or 0xDF6F66) is known color: Terra Cotta. HEX triplet: DF, 6F and 66. RGB value is (223,111,102). Sum of RGB (Red+Green+Blue) = 223+111+102=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6F66 is #209099. Grayscale: #8F8F8F. Windows color (decimal): -2134170 or 6713311. OLE color: 6713311.
HSL color Cylindrical-coordinate representation of color #DF6F66: hue angle of 4.46º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6F66 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 102 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.13 |
| HSL | 4.46º | 0.65% | 0.64% | - |
| HSV(B) | 4.46º | 0.54% | 0.87% | - |
| XYZ | 38.51 | 28.02 | 15.95 | - |
| YUV | 143.46 | 104.61 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 102 | 0 | 0.50 | 0.54 | 0.13 | 4.46 | 0.65 | 0.64 |
| Hex | DF | 6F | 66 | 0 | 32 | 36 | D | 4 | 41 | 40 |
| Octal | 337 | 157 | 146 | 0 | 62 | 66 | 15 | 4 | 101 | 100 |
| Binary | 11011111 | 1101111 | 1100110 | 0 | 110010 | 110110 | 1101 | 100 | 1000001 | 1000000 |
Color Harmonies of #DF6F66
Complementary color
Monochromatic Colors of #DF6F66
Black with #DF6F66
Text Example
Text Example
White with #DF6F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6F66; }
p { color: rgb(223,111,102); }
H1.HeaderClassName
{
color: #DF6F66;
}
.AnyTagClassName
{
color: #DF6F66;
}
</style>
background-color css
<style>
a { background-color: #DF6F66; }
a { background-color: rgb(223,111,102); }
div.DivClassName
{
background-color: #DF6F66;
}
.BgClassName
{
background-color: #DF6F66;
}
</style>
border-color css
<style>
span { border-color: #DF6F66; }
span { border-color: rgb(223,111,102); }
td.TdClassName
{
border-color: #DF6F66;
}
.TagClassName
{
border-color: #DF6F66;
}
</style>