Shades of Terra Cotta #DA7453
Tints of Terra Cotta #DA7453
RGB
CMYK
RGB Variations
Color information
#DA7453 (or 0xDA7453) is known color: Terra Cotta. HEX triplet: DA, 74 and 53. RGB value is (218,116,83). Sum of RGB (Red+Green+Blue) = 218+116+83=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7453 is #258BAC. Grayscale: #8E8E8E. Windows color (decimal): -2460589 or 5469402. OLE color: 5469402.
HSL color Cylindrical-coordinate representation of color #DA7453: hue angle of 14.67º 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 #DA7453 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 83 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.15 |
| HSL | 14.67º | 0.65% | 0.59% | - |
| HSV(B) | 14.67º | 0.62% | 0.85% | - |
| XYZ | 36.72 | 28.02 | 11.66 | - |
| YUV | 142.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 83 | 0 | 0.47 | 0.62 | 0.15 | 14.67 | 0.65 | 0.59 |
| Hex | DA | 74 | 53 | 0 | 2F | 3E | F | F | 41 | 3B |
| Octal | 332 | 164 | 123 | 0 | 57 | 76 | 17 | 17 | 101 | 73 |
| Binary | 11011010 | 1110100 | 1010011 | 0 | 101111 | 111110 | 1111 | 1111 | 1000001 | 111011 |
Color Harmonies of #DA7453
Complementary color
Monochromatic Colors of #DA7453
Black with #DA7453
Text Example
Text Example
White with #DA7453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7453; }
p { color: rgb(218,116,83); }
H1.HeaderClassName
{
color: #DA7453;
}
.AnyTagClassName
{
color: #DA7453;
}
</style>
background-color css
<style>
a { background-color: #DA7453; }
a { background-color: rgb(218,116,83); }
div.DivClassName
{
background-color: #DA7453;
}
.BgClassName
{
background-color: #DA7453;
}
</style>
border-color css
<style>
span { border-color: #DA7453; }
span { border-color: rgb(218,116,83); }
td.TdClassName
{
border-color: #DA7453;
}
.TagClassName
{
border-color: #DA7453;
}
</style>