Shades of Terra Cotta #DA775C
Tints of Terra Cotta #DA775C
RGB
CMYK
RGB Variations
Color information
#DA775C (or 0xDA775C) is known color: Terra Cotta. HEX triplet: DA, 77 and 5C. RGB value is (218,119,92). Sum of RGB (Red+Green+Blue) = 218+119+92=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA775C is #2588A3. Grayscale: #919191. Windows color (decimal): -2459812 or 6059994. OLE color: 6059994.
HSL color Cylindrical-coordinate representation of color #DA775C: hue angle of 12.86º 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 #DA775C is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 92 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.15 |
| HSL | 12.86º | 0.63% | 0.61% | - |
| HSV(B) | 12.86º | 0.58% | 0.85% | - |
| XYZ | 37.44 | 28.87 | 13.72 | - |
| YUV | 145.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 92 | 0 | 0.45 | 0.58 | 0.15 | 12.86 | 0.63 | 0.61 |
| Hex | DA | 77 | 5C | 0 | 2D | 3A | F | D | 3F | 3D |
| Octal | 332 | 167 | 134 | 0 | 55 | 72 | 17 | 15 | 77 | 75 |
| Binary | 11011010 | 1110111 | 1011100 | 0 | 101101 | 111010 | 1111 | 1101 | 111111 | 111101 |
Color Harmonies of #DA775C
Complementary color
Monochromatic Colors of #DA775C
Black with #DA775C
Text Example
Text Example
White with #DA775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA775C; }
p { color: rgb(218,119,92); }
H1.HeaderClassName
{
color: #DA775C;
}
.AnyTagClassName
{
color: #DA775C;
}
</style>
background-color css
<style>
a { background-color: #DA775C; }
a { background-color: rgb(218,119,92); }
div.DivClassName
{
background-color: #DA775C;
}
.BgClassName
{
background-color: #DA775C;
}
</style>
border-color css
<style>
span { border-color: #DA775C; }
span { border-color: rgb(218,119,92); }
td.TdClassName
{
border-color: #DA775C;
}
.TagClassName
{
border-color: #DA775C;
}
</style>