Shades of Terra Cotta #DA6D56
Tints of Terra Cotta #DA6D56
RGB
CMYK
RGB Variations
Color information
#DA6D56 (or 0xDA6D56) is known color: Terra Cotta. HEX triplet: DA, 6D and 56. RGB value is (218,109,86). Sum of RGB (Red+Green+Blue) = 218+109+86=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D56 is #2592A9. Grayscale: #8B8B8B. Windows color (decimal): -2462378 or 5664218. OLE color: 5664218.
HSL color Cylindrical-coordinate representation of color #DA6D56: hue angle of 10.45º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA6D56 is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 86 | - |
| CMYK | 0 | 0.5 | 0.61 | 0.15 |
| HSL | 10.45º | 0.64% | 0.6% | - |
| HSV(B) | 10.45º | 0.61% | 0.85% | - |
| XYZ | 36.06 | 26.51 | 12.02 | - |
| YUV | 138.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 86 | 0 | 0.5 | 0.61 | 0.15 | 10.45 | 0.64 | 0.6 |
| Hex | DA | 6D | 56 | 0 | 32 | 3D | F | A | 40 | 3C |
| Octal | 332 | 155 | 126 | 0 | 62 | 75 | 17 | 12 | 100 | 74 |
| Binary | 11011010 | 1101101 | 1010110 | 0 | 110010 | 111101 | 1111 | 1010 | 1000000 | 111100 |
Color Harmonies of #DA6D56
Complementary color
Monochromatic Colors of #DA6D56
Black with #DA6D56
Text Example
Text Example
White with #DA6D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D56; }
p { color: rgb(218,109,86); }
H1.HeaderClassName
{
color: #DA6D56;
}
.AnyTagClassName
{
color: #DA6D56;
}
</style>
background-color css
<style>
a { background-color: #DA6D56; }
a { background-color: rgb(218,109,86); }
div.DivClassName
{
background-color: #DA6D56;
}
.BgClassName
{
background-color: #DA6D56;
}
</style>
border-color css
<style>
span { border-color: #DA6D56; }
span { border-color: rgb(218,109,86); }
td.TdClassName
{
border-color: #DA6D56;
}
.TagClassName
{
border-color: #DA6D56;
}
</style>