Shades of Terra Cotta #DA7B57
Tints of Terra Cotta #DA7B57
RGB
CMYK
RGB Variations
Color information
#DA7B57 (or 0xDA7B57) is known color: Terra Cotta. HEX triplet: DA, 7B and 57. RGB value is (218,123,87). Sum of RGB (Red+Green+Blue) = 218+123+87=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B57 is #2584A8. Grayscale: #939393. Windows color (decimal): -2458793 or 5733338. OLE color: 5733338.
HSL color Cylindrical-coordinate representation of color #DA7B57: hue angle of 16.49º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA7B57 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 87 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.15 |
| HSL | 16.49º | 0.64% | 0.6% | - |
| HSV(B) | 16.49º | 0.6% | 0.85% | - |
| XYZ | 37.72 | 29.76 | 12.77 | - |
| YUV | 147.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 87 | 0 | 0.44 | 0.60 | 0.15 | 16.49 | 0.64 | 0.6 |
| Hex | DA | 7B | 57 | 0 | 2C | 3C | F | 10 | 40 | 3C |
| Octal | 332 | 173 | 127 | 0 | 54 | 74 | 17 | 20 | 100 | 74 |
| Binary | 11011010 | 1111011 | 1010111 | 0 | 101100 | 111100 | 1111 | 10000 | 1000000 | 111100 |
Color Harmonies of #DA7B57
Complementary color
Monochromatic Colors of #DA7B57
Black with #DA7B57
Text Example
Text Example
White with #DA7B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B57; }
p { color: rgb(218,123,87); }
H1.HeaderClassName
{
color: #DA7B57;
}
.AnyTagClassName
{
color: #DA7B57;
}
</style>
background-color css
<style>
a { background-color: #DA7B57; }
a { background-color: rgb(218,123,87); }
div.DivClassName
{
background-color: #DA7B57;
}
.BgClassName
{
background-color: #DA7B57;
}
</style>
border-color css
<style>
span { border-color: #DA7B57; }
span { border-color: rgb(218,123,87); }
td.TdClassName
{
border-color: #DA7B57;
}
.TagClassName
{
border-color: #DA7B57;
}
</style>