Shades of Terra Cotta #DA6D59
Tints of Terra Cotta #DA6D59
RGB
CMYK
RGB Variations
Color information
#DA6D59 (or 0xDA6D59) is known color: Terra Cotta. HEX triplet: DA, 6D and 59. RGB value is (218,109,89). Sum of RGB (Red+Green+Blue) = 218+109+89=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D59 is #2592A6. Grayscale: #8B8B8B. Windows color (decimal): -2462375 or 5860826. OLE color: 5860826.
HSL color Cylindrical-coordinate representation of color #DA6D59: hue angle of 9.3º degrees, saturation: 0.64, 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 #DA6D59 is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 89 | - |
| CMYK | 0 | 0.5 | 0.59 | 0.15 |
| HSL | 9.3º | 0.64% | 0.6% | - |
| HSV(B) | 9.3º | 0.59% | 0.85% | - |
| XYZ | 36.19 | 26.56 | 12.67 | - |
| YUV | 139.31 | 99.61 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 89 | 0 | 0.5 | 0.59 | 0.15 | 9.3 | 0.64 | 0.6 |
| Hex | DA | 6D | 59 | 0 | 32 | 3B | F | 9 | 40 | 3C |
| Octal | 332 | 155 | 131 | 0 | 62 | 73 | 17 | 11 | 100 | 74 |
| Binary | 11011010 | 1101101 | 1011001 | 0 | 110010 | 111011 | 1111 | 1001 | 1000000 | 111100 |
Color Harmonies of #DA6D59
Complementary color
Monochromatic Colors of #DA6D59
Black with #DA6D59
Text Example
Text Example
White with #DA6D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D59; }
p { color: rgb(218,109,89); }
H1.HeaderClassName
{
color: #DA6D59;
}
.AnyTagClassName
{
color: #DA6D59;
}
</style>
background-color css
<style>
a { background-color: #DA6D59; }
a { background-color: rgb(218,109,89); }
div.DivClassName
{
background-color: #DA6D59;
}
.BgClassName
{
background-color: #DA6D59;
}
</style>
border-color css
<style>
span { border-color: #DA6D59; }
span { border-color: rgb(218,109,89); }
td.TdClassName
{
border-color: #DA6D59;
}
.TagClassName
{
border-color: #DA6D59;
}
</style>