Shades of Terra Cotta #DA765D
Tints of Terra Cotta #DA765D
RGB
CMYK
RGB Variations
Color information
#DA765D (or 0xDA765D) is known color: Terra Cotta. HEX triplet: DA, 76 and 5D. RGB value is (218,118,93). Sum of RGB (Red+Green+Blue) = 218+118+93=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA765D is #2589A2. Grayscale: #919191. Windows color (decimal): -2460067 or 6125274. OLE color: 6125274.
HSL color Cylindrical-coordinate representation of color #DA765D: hue angle of 12º 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 #DA765D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 93 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.15 |
| HSL | 12º | 0.63% | 0.61% | - |
| HSV(B) | 12º | 0.57% | 0.85% | - |
| XYZ | 37.37 | 28.65 | 13.92 | - |
| YUV | 145.05 | 98.63 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 93 | 0 | 0.46 | 0.57 | 0.15 | 12 | 0.63 | 0.61 |
| Hex | DA | 76 | 5D | 0 | 2E | 39 | F | C | 3F | 3D |
| Octal | 332 | 166 | 135 | 0 | 56 | 71 | 17 | 14 | 77 | 75 |
| Binary | 11011010 | 1110110 | 1011101 | 0 | 101110 | 111001 | 1111 | 1100 | 111111 | 111101 |
Color Harmonies of #DA765D
Complementary color
Monochromatic Colors of #DA765D
Black with #DA765D
Text Example
Text Example
White with #DA765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA765D; }
p { color: rgb(218,118,93); }
H1.HeaderClassName
{
color: #DA765D;
}
.AnyTagClassName
{
color: #DA765D;
}
</style>
background-color css
<style>
a { background-color: #DA765D; }
a { background-color: rgb(218,118,93); }
div.DivClassName
{
background-color: #DA765D;
}
.BgClassName
{
background-color: #DA765D;
}
</style>
border-color css
<style>
span { border-color: #DA765D; }
span { border-color: rgb(218,118,93); }
td.TdClassName
{
border-color: #DA765D;
}
.TagClassName
{
border-color: #DA765D;
}
</style>