Shades of Terra Cotta #DF6D64
Tints of Terra Cotta #DF6D64
RGB
CMYK
RGB Variations
Color information
#DF6D64 (or 0xDF6D64) is known color: Terra Cotta. HEX triplet: DF, 6D and 64. RGB value is (223,109,100). Sum of RGB (Red+Green+Blue) = 223+109+100=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6D64 is #20929B. Grayscale: #8E8E8E. Windows color (decimal): -2134684 or 6581727. OLE color: 6581727.
HSL color Cylindrical-coordinate representation of color #DF6D64: hue angle of 4.39º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6D64 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 100 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.13 |
| HSL | 4.39º | 0.66% | 0.63% | - |
| HSV(B) | 4.39º | 0.55% | 0.87% | - |
| XYZ | 38.2 | 27.55 | 15.36 | - |
| YUV | 142.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 100 | 0 | 0.51 | 0.55 | 0.13 | 4.39 | 0.66 | 0.63 |
| Hex | DF | 6D | 64 | 0 | 33 | 37 | D | 4 | 42 | 3F |
| Octal | 337 | 155 | 144 | 0 | 63 | 67 | 15 | 4 | 102 | 77 |
| Binary | 11011111 | 1101101 | 1100100 | 0 | 110011 | 110111 | 1101 | 100 | 1000010 | 111111 |
Color Harmonies of #DF6D64
Complementary color
Monochromatic Colors of #DF6D64
Black with #DF6D64
Text Example
Text Example
White with #DF6D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6D64; }
p { color: rgb(223,109,100); }
H1.HeaderClassName
{
color: #DF6D64;
}
.AnyTagClassName
{
color: #DF6D64;
}
</style>
background-color css
<style>
a { background-color: #DF6D64; }
a { background-color: rgb(223,109,100); }
div.DivClassName
{
background-color: #DF6D64;
}
.BgClassName
{
background-color: #DF6D64;
}
</style>
border-color css
<style>
span { border-color: #DF6D64; }
span { border-color: rgb(223,109,100); }
td.TdClassName
{
border-color: #DF6D64;
}
.TagClassName
{
border-color: #DF6D64;
}
</style>