Shades of Terra Cotta #DA6D58
Tints of Terra Cotta #DA6D58
RGB
CMYK
RGB Variations
Color information
#DA6D58 (or 0xDA6D58) is known color: Terra Cotta. HEX triplet: DA, 6D and 58. RGB value is (218,109,88). Sum of RGB (Red+Green+Blue) = 218+109+88=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D58 is #2592A7. Grayscale: #8B8B8B. Windows color (decimal): -2462376 or 5795290. OLE color: 5795290.
HSL color Cylindrical-coordinate representation of color #DA6D58: hue angle of 9.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA6D58 is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 88 | - |
| CMYK | 0 | 0.5 | 0.60 | 0.15 |
| HSL | 9.69º | 0.64% | 0.6% | - |
| HSV(B) | 9.69º | 0.6% | 0.85% | - |
| XYZ | 36.14 | 26.55 | 12.45 | - |
| YUV | 139.2 | 99.11 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 88 | 0 | 0.5 | 0.60 | 0.15 | 9.69 | 0.64 | 0.6 |
| Hex | DA | 6D | 58 | 0 | 32 | 3C | F | A | 40 | 3C |
| Octal | 332 | 155 | 130 | 0 | 62 | 74 | 17 | 12 | 100 | 74 |
| Binary | 11011010 | 1101101 | 1011000 | 0 | 110010 | 111100 | 1111 | 1010 | 1000000 | 111100 |
Color Harmonies of #DA6D58
Complementary color
Monochromatic Colors of #DA6D58
Black with #DA6D58
Text Example
Text Example
White with #DA6D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D58; }
p { color: rgb(218,109,88); }
H1.HeaderClassName
{
color: #DA6D58;
}
.AnyTagClassName
{
color: #DA6D58;
}
</style>
background-color css
<style>
a { background-color: #DA6D58; }
a { background-color: rgb(218,109,88); }
div.DivClassName
{
background-color: #DA6D58;
}
.BgClassName
{
background-color: #DA6D58;
}
</style>
border-color css
<style>
span { border-color: #DA6D58; }
span { border-color: rgb(218,109,88); }
td.TdClassName
{
border-color: #DA6D58;
}
.TagClassName
{
border-color: #DA6D58;
}
</style>