Shades of Terra Cotta #DA7555
Tints of Terra Cotta #DA7555
RGB
CMYK
RGB Variations
Color information
#DA7555 (or 0xDA7555) is known color: Terra Cotta. HEX triplet: DA, 75 and 55. RGB value is (218,117,85). Sum of RGB (Red+Green+Blue) = 218+117+85=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7555 is #258AAA. Grayscale: #8F8F8F. Windows color (decimal): -2460331 or 5600730. OLE color: 5600730.
HSL color Cylindrical-coordinate representation of color #DA7555: hue angle of 14.44º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA7555 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 85 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.15 |
| HSL | 14.44º | 0.64% | 0.59% | - |
| HSV(B) | 14.44º | 0.61% | 0.85% | - |
| XYZ | 36.91 | 28.28 | 12.11 | - |
| YUV | 143.55 | 94.96 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 85 | 0 | 0.46 | 0.61 | 0.15 | 14.44 | 0.64 | 0.59 |
| Hex | DA | 75 | 55 | 0 | 2E | 3D | F | E | 40 | 3B |
| Octal | 332 | 165 | 125 | 0 | 56 | 75 | 17 | 16 | 100 | 73 |
| Binary | 11011010 | 1110101 | 1010101 | 0 | 101110 | 111101 | 1111 | 1110 | 1000000 | 111011 |
Color Harmonies of #DA7555
Complementary color
Monochromatic Colors of #DA7555
Black with #DA7555
Text Example
Text Example
White with #DA7555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7555; }
p { color: rgb(218,117,85); }
H1.HeaderClassName
{
color: #DA7555;
}
.AnyTagClassName
{
color: #DA7555;
}
</style>
background-color css
<style>
a { background-color: #DA7555; }
a { background-color: rgb(218,117,85); }
div.DivClassName
{
background-color: #DA7555;
}
.BgClassName
{
background-color: #DA7555;
}
</style>
border-color css
<style>
span { border-color: #DA7555; }
span { border-color: rgb(218,117,85); }
td.TdClassName
{
border-color: #DA7555;
}
.TagClassName
{
border-color: #DA7555;
}
</style>