Shades of Terra Cotta #DA7152
Tints of Terra Cotta #DA7152
RGB
CMYK
RGB Variations
Color information
#DA7152 (or 0xDA7152) is known color: Terra Cotta. HEX triplet: DA, 71 and 52. RGB value is (218,113,82). Sum of RGB (Red+Green+Blue) = 218+113+82=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7152 is #258EAD. Grayscale: #8D8D8D. Windows color (decimal): -2461358 or 5403098. OLE color: 5403098.
HSL color Cylindrical-coordinate representation of color #DA7152: hue angle of 13.68º 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 #DA7152 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 82 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.15 |
| HSL | 13.68º | 0.65% | 0.59% | - |
| HSV(B) | 13.68º | 0.62% | 0.85% | - |
| XYZ | 36.34 | 27.32 | 11.34 | - |
| YUV | 140.86 | 94.79 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 82 | 0 | 0.48 | 0.62 | 0.15 | 13.68 | 0.65 | 0.59 |
| Hex | DA | 71 | 52 | 0 | 30 | 3E | F | E | 41 | 3B |
| Octal | 332 | 161 | 122 | 0 | 60 | 76 | 17 | 16 | 101 | 73 |
| Binary | 11011010 | 1110001 | 1010010 | 0 | 110000 | 111110 | 1111 | 1110 | 1000001 | 111011 |
Color Harmonies of #DA7152
Complementary color
Monochromatic Colors of #DA7152
Black with #DA7152
Text Example
Text Example
White with #DA7152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7152; }
p { color: rgb(218,113,82); }
H1.HeaderClassName
{
color: #DA7152;
}
.AnyTagClassName
{
color: #DA7152;
}
</style>
background-color css
<style>
a { background-color: #DA7152; }
a { background-color: rgb(218,113,82); }
div.DivClassName
{
background-color: #DA7152;
}
.BgClassName
{
background-color: #DA7152;
}
</style>
border-color css
<style>
span { border-color: #DA7152; }
span { border-color: rgb(218,113,82); }
td.TdClassName
{
border-color: #DA7152;
}
.TagClassName
{
border-color: #DA7152;
}
</style>