Shades of Terra Cotta #DA7154
Tints of Terra Cotta #DA7154
RGB
CMYK
RGB Variations
Color information
#DA7154 (or 0xDA7154) is known color: Terra Cotta. HEX triplet: DA, 71 and 54. RGB value is (218,113,84). Sum of RGB (Red+Green+Blue) = 218+113+84=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7154 is #258EAB. Grayscale: #8D8D8D. Windows color (decimal): -2461356 or 5534170. OLE color: 5534170.
HSL color Cylindrical-coordinate representation of color #DA7154: hue angle of 12.99º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA7154 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 84 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.15 |
| HSL | 12.99º | 0.64% | 0.59% | - |
| HSV(B) | 12.99º | 0.61% | 0.85% | - |
| XYZ | 36.42 | 27.36 | 11.75 | - |
| YUV | 141.09 | 95.79 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 84 | 0 | 0.48 | 0.61 | 0.15 | 12.99 | 0.64 | 0.59 |
| Hex | DA | 71 | 54 | 0 | 30 | 3D | F | D | 40 | 3B |
| Octal | 332 | 161 | 124 | 0 | 60 | 75 | 17 | 15 | 100 | 73 |
| Binary | 11011010 | 1110001 | 1010100 | 0 | 110000 | 111101 | 1111 | 1101 | 1000000 | 111011 |
Color Harmonies of #DA7154
Complementary color
Monochromatic Colors of #DA7154
Black with #DA7154
Text Example
Text Example
White with #DA7154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7154; }
p { color: rgb(218,113,84); }
H1.HeaderClassName
{
color: #DA7154;
}
.AnyTagClassName
{
color: #DA7154;
}
</style>
background-color css
<style>
a { background-color: #DA7154; }
a { background-color: rgb(218,113,84); }
div.DivClassName
{
background-color: #DA7154;
}
.BgClassName
{
background-color: #DA7154;
}
</style>
border-color css
<style>
span { border-color: #DA7154; }
span { border-color: rgb(218,113,84); }
td.TdClassName
{
border-color: #DA7154;
}
.TagClassName
{
border-color: #DA7154;
}
</style>