Shades of Terra Cotta #DF6F63
Tints of Terra Cotta #DF6F63
RGB
CMYK
RGB Variations
Color information
#DF6F63 (or 0xDF6F63) is known color: Terra Cotta. HEX triplet: DF, 6F and 63. RGB value is (223,111,99). Sum of RGB (Red+Green+Blue) = 223+111+99=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6F63 is #20909C. Grayscale: #8F8F8F. Windows color (decimal): -2134173 or 6516703. OLE color: 6516703.
HSL color Cylindrical-coordinate representation of color #DF6F63: hue angle of 5.81º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6F63 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 99 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.13 |
| HSL | 5.81º | 0.66% | 0.63% | - |
| HSV(B) | 5.81º | 0.56% | 0.87% | - |
| XYZ | 38.37 | 27.96 | 15.18 | - |
| YUV | 143.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 99 | 0 | 0.50 | 0.56 | 0.13 | 5.81 | 0.66 | 0.63 |
| Hex | DF | 6F | 63 | 0 | 32 | 38 | D | 6 | 42 | 3F |
| Octal | 337 | 157 | 143 | 0 | 62 | 70 | 15 | 6 | 102 | 77 |
| Binary | 11011111 | 1101111 | 1100011 | 0 | 110010 | 111000 | 1101 | 110 | 1000010 | 111111 |
Color Harmonies of #DF6F63
Complementary color
Monochromatic Colors of #DF6F63
Black with #DF6F63
Text Example
Text Example
White with #DF6F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6F63; }
p { color: rgb(223,111,99); }
H1.HeaderClassName
{
color: #DF6F63;
}
.AnyTagClassName
{
color: #DF6F63;
}
</style>
background-color css
<style>
a { background-color: #DF6F63; }
a { background-color: rgb(223,111,99); }
div.DivClassName
{
background-color: #DF6F63;
}
.BgClassName
{
background-color: #DF6F63;
}
</style>
border-color css
<style>
span { border-color: #DF6F63; }
span { border-color: rgb(223,111,99); }
td.TdClassName
{
border-color: #DF6F63;
}
.TagClassName
{
border-color: #DF6F63;
}
</style>