Shades of Terra Cotta #DA7B5A
Tints of Terra Cotta #DA7B5A
RGB
CMYK
RGB Variations
Color information
#DA7B5A (or 0xDA7B5A) is known color: Terra Cotta. HEX triplet: DA, 7B and 5A. RGB value is (218,123,90). Sum of RGB (Red+Green+Blue) = 218+123+90=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B5A is #2584A5. Grayscale: #939393. Windows color (decimal): -2458790 or 5929946. OLE color: 5929946.
HSL color Cylindrical-coordinate representation of color #DA7B5A: hue angle of 15.47º degrees, saturation: 0.63, 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 #DA7B5A is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 90 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.15 |
| HSL | 15.47º | 0.63% | 0.6% | - |
| HSV(B) | 15.47º | 0.59% | 0.85% | - |
| XYZ | 37.84 | 29.81 | 13.43 | - |
| YUV | 147.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 90 | 0 | 0.44 | 0.59 | 0.15 | 15.47 | 0.63 | 0.6 |
| Hex | DA | 7B | 5A | 0 | 2C | 3B | F | F | 3F | 3C |
| Octal | 332 | 173 | 132 | 0 | 54 | 73 | 17 | 17 | 77 | 74 |
| Binary | 11011010 | 1111011 | 1011010 | 0 | 101100 | 111011 | 1111 | 1111 | 111111 | 111100 |
Color Harmonies of #DA7B5A
Complementary color
Monochromatic Colors of #DA7B5A
Black with #DA7B5A
Text Example
Text Example
White with #DA7B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B5A; }
p { color: rgb(218,123,90); }
H1.HeaderClassName
{
color: #DA7B5A;
}
.AnyTagClassName
{
color: #DA7B5A;
}
</style>
background-color css
<style>
a { background-color: #DA7B5A; }
a { background-color: rgb(218,123,90); }
div.DivClassName
{
background-color: #DA7B5A;
}
.BgClassName
{
background-color: #DA7B5A;
}
</style>
border-color css
<style>
span { border-color: #DA7B5A; }
span { border-color: rgb(218,123,90); }
td.TdClassName
{
border-color: #DA7B5A;
}
.TagClassName
{
border-color: #DA7B5A;
}
</style>