Shades of Terra Cotta #DA6F69
Tints of Terra Cotta #DA6F69
RGB
CMYK
RGB Variations
Color information
#DA6F69 (or 0xDA6F69) is known color: Terra Cotta. HEX triplet: DA, 6F and 69. RGB value is (218,111,105). Sum of RGB (Red+Green+Blue) = 218+111+105=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6F69 is #259096. Grayscale: #8E8E8E. Windows color (decimal): -2461847 or 6909914. OLE color: 6909914.
HSL color Cylindrical-coordinate representation of color #DA6F69: hue angle of 3.19º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6F69 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 105 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.15 |
| HSL | 3.19º | 0.6% | 0.63% | - |
| HSV(B) | 3.19º | 0.52% | 0.85% | - |
| XYZ | 37.15 | 27.29 | 16.68 | - |
| YUV | 142.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 105 | 0 | 0.49 | 0.52 | 0.15 | 3.19 | 0.6 | 0.63 |
| Hex | DA | 6F | 69 | 0 | 31 | 34 | F | 3 | 3C | 3F |
| Octal | 332 | 157 | 151 | 0 | 61 | 64 | 17 | 3 | 74 | 77 |
| Binary | 11011010 | 1101111 | 1101001 | 0 | 110001 | 110100 | 1111 | 11 | 111100 | 111111 |
Color Harmonies of #DA6F69
Complementary color
Monochromatic Colors of #DA6F69
Black with #DA6F69
Text Example
Text Example
White with #DA6F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6F69; }
p { color: rgb(218,111,105); }
H1.HeaderClassName
{
color: #DA6F69;
}
.AnyTagClassName
{
color: #DA6F69;
}
</style>
background-color css
<style>
a { background-color: #DA6F69; }
a { background-color: rgb(218,111,105); }
div.DivClassName
{
background-color: #DA6F69;
}
.BgClassName
{
background-color: #DA6F69;
}
</style>
border-color css
<style>
span { border-color: #DA6F69; }
span { border-color: rgb(218,111,105); }
td.TdClassName
{
border-color: #DA6F69;
}
.TagClassName
{
border-color: #DA6F69;
}
</style>