Shades of Terra Cotta #DA7052
Tints of Terra Cotta #DA7052
RGB
CMYK
RGB Variations
Color information
#DA7052 (or 0xDA7052) is known color: Terra Cotta. HEX triplet: DA, 70 and 52. RGB value is (218,112,82). Sum of RGB (Red+Green+Blue) = 218+112+82=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7052 is #258FAD. Grayscale: #8C8C8C. Windows color (decimal): -2461614 or 5402842. OLE color: 5402842.
HSL color Cylindrical-coordinate representation of color #DA7052: hue angle of 13.24º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA7052 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 82 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.15 |
| HSL | 13.24º | 0.65% | 0.59% | - |
| HSV(B) | 13.24º | 0.62% | 0.85% | - |
| XYZ | 36.23 | 27.1 | 11.3 | - |
| YUV | 140.27 | 95.12 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 82 | 0 | 0.49 | 0.62 | 0.15 | 13.24 | 0.65 | 0.59 |
| Hex | DA | 70 | 52 | 0 | 31 | 3E | F | D | 41 | 3B |
| Octal | 332 | 160 | 122 | 0 | 61 | 76 | 17 | 15 | 101 | 73 |
| Binary | 11011010 | 1110000 | 1010010 | 0 | 110001 | 111110 | 1111 | 1101 | 1000001 | 111011 |
Color Harmonies of #DA7052
Complementary color
Monochromatic Colors of #DA7052
Black with #DA7052
Text Example
Text Example
White with #DA7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7052; }
p { color: rgb(218,112,82); }
H1.HeaderClassName
{
color: #DA7052;
}
.AnyTagClassName
{
color: #DA7052;
}
</style>
background-color css
<style>
a { background-color: #DA7052; }
a { background-color: rgb(218,112,82); }
div.DivClassName
{
background-color: #DA7052;
}
.BgClassName
{
background-color: #DA7052;
}
</style>
border-color css
<style>
span { border-color: #DA7052; }
span { border-color: rgb(218,112,82); }
td.TdClassName
{
border-color: #DA7052;
}
.TagClassName
{
border-color: #DA7052;
}
</style>