Shades of Terra Cotta #DA7057
Tints of Terra Cotta #DA7057
RGB
CMYK
RGB Variations
Color information
#DA7057 (or 0xDA7057) is known color: Terra Cotta. HEX triplet: DA, 70 and 57. RGB value is (218,112,87). Sum of RGB (Red+Green+Blue) = 218+112+87=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7057 is #258FA8. Grayscale: #8D8D8D. Windows color (decimal): -2461609 or 5730522. OLE color: 5730522.
HSL color Cylindrical-coordinate representation of color #DA7057: hue angle of 11.45º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA7057 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 87 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.15 |
| HSL | 11.45º | 0.64% | 0.6% | - |
| HSV(B) | 11.45º | 0.6% | 0.85% | - |
| XYZ | 36.43 | 27.18 | 12.34 | - |
| YUV | 140.84 | 97.62 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 87 | 0 | 0.49 | 0.60 | 0.15 | 11.45 | 0.64 | 0.6 |
| Hex | DA | 70 | 57 | 0 | 31 | 3C | F | B | 40 | 3C |
| Octal | 332 | 160 | 127 | 0 | 61 | 74 | 17 | 13 | 100 | 74 |
| Binary | 11011010 | 1110000 | 1010111 | 0 | 110001 | 111100 | 1111 | 1011 | 1000000 | 111100 |
Color Harmonies of #DA7057
Complementary color
Monochromatic Colors of #DA7057
Black with #DA7057
Text Example
Text Example
White with #DA7057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7057; }
p { color: rgb(218,112,87); }
H1.HeaderClassName
{
color: #DA7057;
}
.AnyTagClassName
{
color: #DA7057;
}
</style>
background-color css
<style>
a { background-color: #DA7057; }
a { background-color: rgb(218,112,87); }
div.DivClassName
{
background-color: #DA7057;
}
.BgClassName
{
background-color: #DA7057;
}
</style>
border-color css
<style>
span { border-color: #DA7057; }
span { border-color: rgb(218,112,87); }
td.TdClassName
{
border-color: #DA7057;
}
.TagClassName
{
border-color: #DA7057;
}
</style>