Shades of Terra Cotta #DF6E51
Tints of Terra Cotta #DF6E51
RGB
CMYK
RGB Variations
Color information
#DF6E51 (or 0xDF6E51) is known color: Terra Cotta. HEX triplet: DF, 6E and 51. RGB value is (223,110,81). Sum of RGB (Red+Green+Blue) = 223+110+81=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6E51 is #2091AE. Grayscale: #8C8C8C. Windows color (decimal): -2134447 or 5336799. OLE color: 5336799.
HSL color Cylindrical-coordinate representation of color #DF6E51: hue angle of 12.25º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF6E51 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 81 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.13 |
| HSL | 12.25º | 0.69% | 0.6% | - |
| HSV(B) | 12.25º | 0.64% | 0.87% | - |
| XYZ | 37.49 | 27.43 | 11.1 | - |
| YUV | 140.48 | 94.44 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 81 | 0 | 0.51 | 0.64 | 0.13 | 12.25 | 0.69 | 0.6 |
| Hex | DF | 6E | 51 | 0 | 33 | 40 | D | C | 45 | 3C |
| Octal | 337 | 156 | 121 | 0 | 63 | 100 | 15 | 14 | 105 | 74 |
| Binary | 11011111 | 1101110 | 1010001 | 0 | 110011 | 1000000 | 1101 | 1100 | 1000101 | 111100 |
Color Harmonies of #DF6E51
Complementary color
Monochromatic Colors of #DF6E51
Black with #DF6E51
Text Example
Text Example
White with #DF6E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6E51; }
p { color: rgb(223,110,81); }
H1.HeaderClassName
{
color: #DF6E51;
}
.AnyTagClassName
{
color: #DF6E51;
}
</style>
background-color css
<style>
a { background-color: #DF6E51; }
a { background-color: rgb(223,110,81); }
div.DivClassName
{
background-color: #DF6E51;
}
.BgClassName
{
background-color: #DF6E51;
}
</style>
border-color css
<style>
span { border-color: #DF6E51; }
span { border-color: rgb(223,110,81); }
td.TdClassName
{
border-color: #DF6E51;
}
.TagClassName
{
border-color: #DF6E51;
}
</style>