Shades of Terra Cotta #DA736A
Tints of Terra Cotta #DA736A
RGB
CMYK
RGB Variations
Color information
#DA736A (or 0xDA736A) is known color: Terra Cotta. HEX triplet: DA, 73 and 6A. RGB value is (218,115,106). Sum of RGB (Red+Green+Blue) = 218+115+106=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA736A is #258C95. Grayscale: #909090. Windows color (decimal): -2460822 or 6976474. OLE color: 6976474.
HSL color Cylindrical-coordinate representation of color #DA736A: hue angle of 4.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA736A is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 106 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.15 |
| HSL | 4.82º | 0.6% | 0.64% | - |
| HSV(B) | 4.82º | 0.51% | 0.85% | - |
| XYZ | 37.65 | 28.21 | 17.1 | - |
| YUV | 144.77 | 106.12 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 106 | 0 | 0.47 | 0.51 | 0.15 | 4.82 | 0.6 | 0.64 |
| Hex | DA | 73 | 6A | 0 | 2F | 33 | F | 5 | 3C | 40 |
| Octal | 332 | 163 | 152 | 0 | 57 | 63 | 17 | 5 | 74 | 100 |
| Binary | 11011010 | 1110011 | 1101010 | 0 | 101111 | 110011 | 1111 | 101 | 111100 | 1000000 |
Color Harmonies of #DA736A
Complementary color
Monochromatic Colors of #DA736A
Black with #DA736A
Text Example
Text Example
White with #DA736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA736A; }
p { color: rgb(218,115,106); }
H1.HeaderClassName
{
color: #DA736A;
}
.AnyTagClassName
{
color: #DA736A;
}
</style>
background-color css
<style>
a { background-color: #DA736A; }
a { background-color: rgb(218,115,106); }
div.DivClassName
{
background-color: #DA736A;
}
.BgClassName
{
background-color: #DA736A;
}
</style>
border-color css
<style>
span { border-color: #DA736A; }
span { border-color: rgb(218,115,106); }
td.TdClassName
{
border-color: #DA736A;
}
.TagClassName
{
border-color: #DA736A;
}
</style>