Shades of Terra Cotta #DA6E51
Tints of Terra Cotta #DA6E51
RGB
CMYK
RGB Variations
Color information
#DA6E51 (or 0xDA6E51) is known color: Terra Cotta. HEX triplet: DA, 6E and 51. RGB value is (218,110,81). Sum of RGB (Red+Green+Blue) = 218+110+81=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E51 is #2591AE. Grayscale: #8B8B8B. Windows color (decimal): -2462127 or 5336794. OLE color: 5336794.
HSL color Cylindrical-coordinate representation of color #DA6E51: hue angle of 12.7º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA6E51 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 81 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.15 |
| HSL | 12.7º | 0.65% | 0.59% | - |
| HSV(B) | 12.7º | 0.63% | 0.85% | - |
| XYZ | 35.97 | 26.65 | 11.03 | - |
| YUV | 138.99 | 95.28 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 81 | 0 | 0.50 | 0.63 | 0.15 | 12.7 | 0.65 | 0.59 |
| Hex | DA | 6E | 51 | 0 | 32 | 3F | F | D | 41 | 3B |
| Octal | 332 | 156 | 121 | 0 | 62 | 77 | 17 | 15 | 101 | 73 |
| Binary | 11011010 | 1101110 | 1010001 | 0 | 110010 | 111111 | 1111 | 1101 | 1000001 | 111011 |
Color Harmonies of #DA6E51
Complementary color
Monochromatic Colors of #DA6E51
Black with #DA6E51
Text Example
Text Example
White with #DA6E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E51; }
p { color: rgb(218,110,81); }
H1.HeaderClassName
{
color: #DA6E51;
}
.AnyTagClassName
{
color: #DA6E51;
}
</style>
background-color css
<style>
a { background-color: #DA6E51; }
a { background-color: rgb(218,110,81); }
div.DivClassName
{
background-color: #DA6E51;
}
.BgClassName
{
background-color: #DA6E51;
}
</style>
border-color css
<style>
span { border-color: #DA6E51; }
span { border-color: rgb(218,110,81); }
td.TdClassName
{
border-color: #DA6E51;
}
.TagClassName
{
border-color: #DA6E51;
}
</style>