Shades of Terra Cotta #DA765E
Tints of Terra Cotta #DA765E
RGB
CMYK
RGB Variations
Color information
#DA765E (or 0xDA765E) is known color: Terra Cotta. HEX triplet: DA, 76 and 5E. RGB value is (218,118,94). Sum of RGB (Red+Green+Blue) = 218+118+94=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA765E is #2589A1. Grayscale: #919191. Windows color (decimal): -2460066 or 6190810. OLE color: 6190810.
HSL color Cylindrical-coordinate representation of color #DA765E: hue angle of 11.61º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA765E is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 94 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.15 |
| HSL | 11.61º | 0.63% | 0.61% | - |
| HSV(B) | 11.61º | 0.57% | 0.85% | - |
| XYZ | 37.41 | 28.67 | 14.15 | - |
| YUV | 145.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 94 | 0 | 0.46 | 0.57 | 0.15 | 11.61 | 0.63 | 0.61 |
| Hex | DA | 76 | 5E | 0 | 2E | 39 | F | C | 3F | 3D |
| Octal | 332 | 166 | 136 | 0 | 56 | 71 | 17 | 14 | 77 | 75 |
| Binary | 11011010 | 1110110 | 1011110 | 0 | 101110 | 111001 | 1111 | 1100 | 111111 | 111101 |
Color Harmonies of #DA765E
Complementary color
Monochromatic Colors of #DA765E
Black with #DA765E
Text Example
Text Example
White with #DA765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA765E; }
p { color: rgb(218,118,94); }
H1.HeaderClassName
{
color: #DA765E;
}
.AnyTagClassName
{
color: #DA765E;
}
</style>
background-color css
<style>
a { background-color: #DA765E; }
a { background-color: rgb(218,118,94); }
div.DivClassName
{
background-color: #DA765E;
}
.BgClassName
{
background-color: #DA765E;
}
</style>
border-color css
<style>
span { border-color: #DA765E; }
span { border-color: rgb(218,118,94); }
td.TdClassName
{
border-color: #DA765E;
}
.TagClassName
{
border-color: #DA765E;
}
</style>