Shades of Terra Cotta #DA6B57
Tints of Terra Cotta #DA6B57
RGB
CMYK
RGB Variations
Color information
#DA6B57 (or 0xDA6B57) is known color: Terra Cotta. HEX triplet: DA, 6B and 57. RGB value is (218,107,87). Sum of RGB (Red+Green+Blue) = 218+107+87=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6B57 is #2594A8. Grayscale: #8A8A8A. Windows color (decimal): -2462889 or 5729242. OLE color: 5729242.
HSL color Cylindrical-coordinate representation of color #DA6B57: hue angle of 9.16º 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 #DA6B57 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 87 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.15 |
| HSL | 9.16º | 0.64% | 0.6% | - |
| HSV(B) | 9.16º | 0.6% | 0.85% | - |
| XYZ | 35.89 | 26.11 | 12.16 | - |
| YUV | 137.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 87 | 0 | 0.51 | 0.60 | 0.15 | 9.16 | 0.64 | 0.6 |
| Hex | DA | 6B | 57 | 0 | 33 | 3C | F | 9 | 40 | 3C |
| Octal | 332 | 153 | 127 | 0 | 63 | 74 | 17 | 11 | 100 | 74 |
| Binary | 11011010 | 1101011 | 1010111 | 0 | 110011 | 111100 | 1111 | 1001 | 1000000 | 111100 |
Color Harmonies of #DA6B57
Complementary color
Monochromatic Colors of #DA6B57
Black with #DA6B57
Text Example
Text Example
White with #DA6B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B57; }
p { color: rgb(218,107,87); }
H1.HeaderClassName
{
color: #DA6B57;
}
.AnyTagClassName
{
color: #DA6B57;
}
</style>
background-color css
<style>
a { background-color: #DA6B57; }
a { background-color: rgb(218,107,87); }
div.DivClassName
{
background-color: #DA6B57;
}
.BgClassName
{
background-color: #DA6B57;
}
</style>
border-color css
<style>
span { border-color: #DA6B57; }
span { border-color: rgb(218,107,87); }
td.TdClassName
{
border-color: #DA6B57;
}
.TagClassName
{
border-color: #DA6B57;
}
</style>