Shades of Terra Cotta #DA6B59
Tints of Terra Cotta #DA6B59
RGB
CMYK
RGB Variations
Color information
#DA6B59 (or 0xDA6B59) is known color: Terra Cotta. HEX triplet: DA, 6B and 59. RGB value is (218,107,89). Sum of RGB (Red+Green+Blue) = 218+107+89=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6B59 is #2594A6. Grayscale: #8A8A8A. Windows color (decimal): -2462887 or 5860314. OLE color: 5860314.
HSL color Cylindrical-coordinate representation of color #DA6B59: hue angle of 8.37º 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 #DA6B59 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 89 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.15 |
| HSL | 8.37º | 0.64% | 0.6% | - |
| HSV(B) | 8.37º | 0.59% | 0.85% | - |
| XYZ | 35.97 | 26.14 | 12.6 | - |
| YUV | 138.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 89 | 0 | 0.51 | 0.59 | 0.15 | 8.37 | 0.64 | 0.6 |
| Hex | DA | 6B | 59 | 0 | 33 | 3B | F | 8 | 40 | 3C |
| Octal | 332 | 153 | 131 | 0 | 63 | 73 | 17 | 10 | 100 | 74 |
| Binary | 11011010 | 1101011 | 1011001 | 0 | 110011 | 111011 | 1111 | 1000 | 1000000 | 111100 |
Color Harmonies of #DA6B59
Complementary color
Monochromatic Colors of #DA6B59
Black with #DA6B59
Text Example
Text Example
White with #DA6B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B59; }
p { color: rgb(218,107,89); }
H1.HeaderClassName
{
color: #DA6B59;
}
.AnyTagClassName
{
color: #DA6B59;
}
</style>
background-color css
<style>
a { background-color: #DA6B59; }
a { background-color: rgb(218,107,89); }
div.DivClassName
{
background-color: #DA6B59;
}
.BgClassName
{
background-color: #DA6B59;
}
</style>
border-color css
<style>
span { border-color: #DA6B59; }
span { border-color: rgb(218,107,89); }
td.TdClassName
{
border-color: #DA6B59;
}
.TagClassName
{
border-color: #DA6B59;
}
</style>