Shades of Terra Cotta #DA7A58
Tints of Terra Cotta #DA7A58
RGB
CMYK
RGB Variations
Color information
#DA7A58 (or 0xDA7A58) is known color: Terra Cotta. HEX triplet: DA, 7A and 58. RGB value is (218,122,88). Sum of RGB (Red+Green+Blue) = 218+122+88=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A58 is #2585A7. Grayscale: #939393. Windows color (decimal): -2459048 or 5798618. OLE color: 5798618.
HSL color Cylindrical-coordinate representation of color #DA7A58: hue angle of 15.69º 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 #DA7A58 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 88 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.15 |
| HSL | 15.69º | 0.64% | 0.6% | - |
| HSV(B) | 15.69º | 0.6% | 0.85% | - |
| XYZ | 37.63 | 29.53 | 12.95 | - |
| YUV | 146.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 88 | 0 | 0.44 | 0.60 | 0.15 | 15.69 | 0.64 | 0.6 |
| Hex | DA | 7A | 58 | 0 | 2C | 3C | F | 10 | 40 | 3C |
| Octal | 332 | 172 | 130 | 0 | 54 | 74 | 17 | 20 | 100 | 74 |
| Binary | 11011010 | 1111010 | 1011000 | 0 | 101100 | 111100 | 1111 | 10000 | 1000000 | 111100 |
Color Harmonies of #DA7A58
Complementary color
Monochromatic Colors of #DA7A58
Black with #DA7A58
Text Example
Text Example
White with #DA7A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A58; }
p { color: rgb(218,122,88); }
H1.HeaderClassName
{
color: #DA7A58;
}
.AnyTagClassName
{
color: #DA7A58;
}
</style>
background-color css
<style>
a { background-color: #DA7A58; }
a { background-color: rgb(218,122,88); }
div.DivClassName
{
background-color: #DA7A58;
}
.BgClassName
{
background-color: #DA7A58;
}
</style>
border-color css
<style>
span { border-color: #DA7A58; }
span { border-color: rgb(218,122,88); }
td.TdClassName
{
border-color: #DA7A58;
}
.TagClassName
{
border-color: #DA7A58;
}
</style>