Shades of Terra Cotta #DA7557
Tints of Terra Cotta #DA7557
RGB
CMYK
RGB Variations
Color information
#DA7557 (or 0xDA7557) is known color: Terra Cotta. HEX triplet: DA, 75 and 57. RGB value is (218,117,87). Sum of RGB (Red+Green+Blue) = 218+117+87=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7557 is #258AA8. Grayscale: #909090. Windows color (decimal): -2460329 or 5731802. OLE color: 5731802.
HSL color Cylindrical-coordinate representation of color #DA7557: hue angle of 13.74º 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 #DA7557 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 87 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.15 |
| HSL | 13.74º | 0.64% | 0.6% | - |
| HSV(B) | 13.74º | 0.6% | 0.85% | - |
| XYZ | 37 | 28.32 | 12.53 | - |
| YUV | 143.78 | 95.96 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 87 | 0 | 0.46 | 0.60 | 0.15 | 13.74 | 0.64 | 0.6 |
| Hex | DA | 75 | 57 | 0 | 2E | 3C | F | E | 40 | 3C |
| Octal | 332 | 165 | 127 | 0 | 56 | 74 | 17 | 16 | 100 | 74 |
| Binary | 11011010 | 1110101 | 1010111 | 0 | 101110 | 111100 | 1111 | 1110 | 1000000 | 111100 |
Color Harmonies of #DA7557
Complementary color
Monochromatic Colors of #DA7557
Black with #DA7557
Text Example
Text Example
White with #DA7557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7557; }
p { color: rgb(218,117,87); }
H1.HeaderClassName
{
color: #DA7557;
}
.AnyTagClassName
{
color: #DA7557;
}
</style>
background-color css
<style>
a { background-color: #DA7557; }
a { background-color: rgb(218,117,87); }
div.DivClassName
{
background-color: #DA7557;
}
.BgClassName
{
background-color: #DA7557;
}
</style>
border-color css
<style>
span { border-color: #DA7557; }
span { border-color: rgb(218,117,87); }
td.TdClassName
{
border-color: #DA7557;
}
.TagClassName
{
border-color: #DA7557;
}
</style>