Shades of Terra Cotta #DA7B56
Tints of Terra Cotta #DA7B56
RGB
CMYK
RGB Variations
Color information
#DA7B56 (or 0xDA7B56) is known color: Terra Cotta. HEX triplet: DA, 7B and 56. RGB value is (218,123,86). Sum of RGB (Red+Green+Blue) = 218+123+86=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B56 is #2584A9. Grayscale: #939393. Windows color (decimal): -2458794 or 5667802. OLE color: 5667802.
HSL color Cylindrical-coordinate representation of color #DA7B56: hue angle of 16.82º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA7B56 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 86 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.15 |
| HSL | 16.82º | 0.64% | 0.6% | - |
| HSV(B) | 16.82º | 0.61% | 0.85% | - |
| XYZ | 37.68 | 29.74 | 12.56 | - |
| YUV | 147.19 | 93.47 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 86 | 0 | 0.44 | 0.61 | 0.15 | 16.82 | 0.64 | 0.6 |
| Hex | DA | 7B | 56 | 0 | 2C | 3D | F | 11 | 40 | 3C |
| Octal | 332 | 173 | 126 | 0 | 54 | 75 | 17 | 21 | 100 | 74 |
| Binary | 11011010 | 1111011 | 1010110 | 0 | 101100 | 111101 | 1111 | 10001 | 1000000 | 111100 |
Color Harmonies of #DA7B56
Complementary color
Monochromatic Colors of #DA7B56
Black with #DA7B56
Text Example
Text Example
White with #DA7B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B56; }
p { color: rgb(218,123,86); }
H1.HeaderClassName
{
color: #DA7B56;
}
.AnyTagClassName
{
color: #DA7B56;
}
</style>
background-color css
<style>
a { background-color: #DA7B56; }
a { background-color: rgb(218,123,86); }
div.DivClassName
{
background-color: #DA7B56;
}
.BgClassName
{
background-color: #DA7B56;
}
</style>
border-color css
<style>
span { border-color: #DA7B56; }
span { border-color: rgb(218,123,86); }
td.TdClassName
{
border-color: #DA7B56;
}
.TagClassName
{
border-color: #DA7B56;
}
</style>