Shades of Terra Cotta #DA7153
Tints of Terra Cotta #DA7153
RGB
CMYK
RGB Variations
Color information
#DA7153 (or 0xDA7153) is known color: Terra Cotta. HEX triplet: DA, 71 and 53. RGB value is (218,113,83). Sum of RGB (Red+Green+Blue) = 218+113+83=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7153 is #258EAC. Grayscale: #8D8D8D. Windows color (decimal): -2461357 or 5468634. OLE color: 5468634.
HSL color Cylindrical-coordinate representation of color #DA7153: hue angle of 13.33º 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 #DA7153 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 83 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.15 |
| HSL | 13.33º | 0.65% | 0.59% | - |
| HSV(B) | 13.33º | 0.62% | 0.85% | - |
| XYZ | 36.38 | 27.34 | 11.54 | - |
| YUV | 140.98 | 95.29 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 83 | 0 | 0.48 | 0.62 | 0.15 | 13.33 | 0.65 | 0.59 |
| Hex | DA | 71 | 53 | 0 | 30 | 3E | F | D | 41 | 3B |
| Octal | 332 | 161 | 123 | 0 | 60 | 76 | 17 | 15 | 101 | 73 |
| Binary | 11011010 | 1110001 | 1010011 | 0 | 110000 | 111110 | 1111 | 1101 | 1000001 | 111011 |
Color Harmonies of #DA7153
Complementary color
Monochromatic Colors of #DA7153
Black with #DA7153
Text Example
Text Example
White with #DA7153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7153; }
p { color: rgb(218,113,83); }
H1.HeaderClassName
{
color: #DA7153;
}
.AnyTagClassName
{
color: #DA7153;
}
</style>
background-color css
<style>
a { background-color: #DA7153; }
a { background-color: rgb(218,113,83); }
div.DivClassName
{
background-color: #DA7153;
}
.BgClassName
{
background-color: #DA7153;
}
</style>
border-color css
<style>
span { border-color: #DA7153; }
span { border-color: rgb(218,113,83); }
td.TdClassName
{
border-color: #DA7153;
}
.TagClassName
{
border-color: #DA7153;
}
</style>