Shades of Terra Cotta #DA7C5A
Tints of Terra Cotta #DA7C5A
RGB
CMYK
RGB Variations
Color information
#DA7C5A (or 0xDA7C5A) is known color: Terra Cotta. HEX triplet: DA, 7C and 5A. RGB value is (218,124,90). Sum of RGB (Red+Green+Blue) = 218+124+90=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C5A is #2583A5. Grayscale: #949494. Windows color (decimal): -2458534 or 5930202. OLE color: 5930202.
HSL color Cylindrical-coordinate representation of color #DA7C5A: hue angle of 15.94º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA7C5A is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 90 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.15 |
| HSL | 15.94º | 0.63% | 0.6% | - |
| HSV(B) | 15.94º | 0.59% | 0.85% | - |
| XYZ | 37.97 | 30.06 | 13.47 | - |
| YUV | 148.23 | 95.14 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 90 | 0 | 0.43 | 0.59 | 0.15 | 15.94 | 0.63 | 0.6 |
| Hex | DA | 7C | 5A | 0 | 2B | 3B | F | 10 | 3F | 3C |
| Octal | 332 | 174 | 132 | 0 | 53 | 73 | 17 | 20 | 77 | 74 |
| Binary | 11011010 | 1111100 | 1011010 | 0 | 101011 | 111011 | 1111 | 10000 | 111111 | 111100 |
Color Harmonies of #DA7C5A
Complementary color
Monochromatic Colors of #DA7C5A
Black with #DA7C5A
Text Example
Text Example
White with #DA7C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C5A; }
p { color: rgb(218,124,90); }
H1.HeaderClassName
{
color: #DA7C5A;
}
.AnyTagClassName
{
color: #DA7C5A;
}
</style>
background-color css
<style>
a { background-color: #DA7C5A; }
a { background-color: rgb(218,124,90); }
div.DivClassName
{
background-color: #DA7C5A;
}
.BgClassName
{
background-color: #DA7C5A;
}
</style>
border-color css
<style>
span { border-color: #DA7C5A; }
span { border-color: rgb(218,124,90); }
td.TdClassName
{
border-color: #DA7C5A;
}
.TagClassName
{
border-color: #DA7C5A;
}
</style>