Shades of Terra Cotta #DA765C
Tints of Terra Cotta #DA765C
RGB
CMYK
RGB Variations
Color information
#DA765C (or 0xDA765C) is known color: Terra Cotta. HEX triplet: DA, 76 and 5C. RGB value is (218,118,92). Sum of RGB (Red+Green+Blue) = 218+118+92=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA765C is #2589A3. Grayscale: #919191. Windows color (decimal): -2460068 or 6059738. OLE color: 6059738.
HSL color Cylindrical-coordinate representation of color #DA765C: hue angle of 12.38º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA765C is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 92 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.15 |
| HSL | 12.38º | 0.63% | 0.61% | - |
| HSV(B) | 12.38º | 0.58% | 0.85% | - |
| XYZ | 37.32 | 28.64 | 13.69 | - |
| YUV | 144.94 | 98.13 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 92 | 0 | 0.46 | 0.58 | 0.15 | 12.38 | 0.63 | 0.61 |
| Hex | DA | 76 | 5C | 0 | 2E | 3A | F | C | 3F | 3D |
| Octal | 332 | 166 | 134 | 0 | 56 | 72 | 17 | 14 | 77 | 75 |
| Binary | 11011010 | 1110110 | 1011100 | 0 | 101110 | 111010 | 1111 | 1100 | 111111 | 111101 |
Color Harmonies of #DA765C
Complementary color
Monochromatic Colors of #DA765C
Black with #DA765C
Text Example
Text Example
White with #DA765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA765C; }
p { color: rgb(218,118,92); }
H1.HeaderClassName
{
color: #DA765C;
}
.AnyTagClassName
{
color: #DA765C;
}
</style>
background-color css
<style>
a { background-color: #DA765C; }
a { background-color: rgb(218,118,92); }
div.DivClassName
{
background-color: #DA765C;
}
.BgClassName
{
background-color: #DA765C;
}
</style>
border-color css
<style>
span { border-color: #DA765C; }
span { border-color: rgb(218,118,92); }
td.TdClassName
{
border-color: #DA765C;
}
.TagClassName
{
border-color: #DA765C;
}
</style>