Shades of Terra Cotta #DA7B5B
Tints of Terra Cotta #DA7B5B
RGB
CMYK
RGB Variations
Color information
#DA7B5B (or 0xDA7B5B) is known color: Terra Cotta. HEX triplet: DA, 7B and 5B. RGB value is (218,123,91). Sum of RGB (Red+Green+Blue) = 218+123+91=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B5B is #2584A4. Grayscale: #939393. Windows color (decimal): -2458789 or 5995482. OLE color: 5995482.
HSL color Cylindrical-coordinate representation of color #DA7B5B: hue angle of 15.12º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA7B5B is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 91 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.15 |
| HSL | 15.12º | 0.63% | 0.61% | - |
| HSV(B) | 15.12º | 0.58% | 0.85% | - |
| XYZ | 37.88 | 29.83 | 13.66 | - |
| YUV | 147.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 91 | 0 | 0.44 | 0.58 | 0.15 | 15.12 | 0.63 | 0.61 |
| Hex | DA | 7B | 5B | 0 | 2C | 3A | F | F | 3F | 3D |
| Octal | 332 | 173 | 133 | 0 | 54 | 72 | 17 | 17 | 77 | 75 |
| Binary | 11011010 | 1111011 | 1011011 | 0 | 101100 | 111010 | 1111 | 1111 | 111111 | 111101 |
Color Harmonies of #DA7B5B
Complementary color
Monochromatic Colors of #DA7B5B
Black with #DA7B5B
Text Example
Text Example
White with #DA7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B5B; }
p { color: rgb(218,123,91); }
H1.HeaderClassName
{
color: #DA7B5B;
}
.AnyTagClassName
{
color: #DA7B5B;
}
</style>
background-color css
<style>
a { background-color: #DA7B5B; }
a { background-color: rgb(218,123,91); }
div.DivClassName
{
background-color: #DA7B5B;
}
.BgClassName
{
background-color: #DA7B5B;
}
</style>
border-color css
<style>
span { border-color: #DA7B5B; }
span { border-color: rgb(218,123,91); }
td.TdClassName
{
border-color: #DA7B5B;
}
.TagClassName
{
border-color: #DA7B5B;
}
</style>