Shades of Terra Cotta #DA755E
Tints of Terra Cotta #DA755E
RGB
CMYK
RGB Variations
Color information
#DA755E (or 0xDA755E) is known color: Terra Cotta. HEX triplet: DA, 75 and 5E. RGB value is (218,117,94). Sum of RGB (Red+Green+Blue) = 218+117+94=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA755E is #258AA1. Grayscale: #909090. Windows color (decimal): -2460322 or 6190554. OLE color: 6190554.
HSL color Cylindrical-coordinate representation of color #DA755E: hue angle of 11.13º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA755E is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 94 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.15 |
| HSL | 11.13º | 0.63% | 0.61% | - |
| HSV(B) | 11.13º | 0.57% | 0.85% | - |
| XYZ | 37.3 | 28.44 | 14.11 | - |
| YUV | 144.58 | 99.46 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 94 | 0 | 0.46 | 0.57 | 0.15 | 11.13 | 0.63 | 0.61 |
| Hex | DA | 75 | 5E | 0 | 2E | 39 | F | B | 3F | 3D |
| Octal | 332 | 165 | 136 | 0 | 56 | 71 | 17 | 13 | 77 | 75 |
| Binary | 11011010 | 1110101 | 1011110 | 0 | 101110 | 111001 | 1111 | 1011 | 111111 | 111101 |
Color Harmonies of #DA755E
Complementary color
Monochromatic Colors of #DA755E
Black with #DA755E
Text Example
Text Example
White with #DA755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA755E; }
p { color: rgb(218,117,94); }
H1.HeaderClassName
{
color: #DA755E;
}
.AnyTagClassName
{
color: #DA755E;
}
</style>
background-color css
<style>
a { background-color: #DA755E; }
a { background-color: rgb(218,117,94); }
div.DivClassName
{
background-color: #DA755E;
}
.BgClassName
{
background-color: #DA755E;
}
</style>
border-color css
<style>
span { border-color: #DA755E; }
span { border-color: rgb(218,117,94); }
td.TdClassName
{
border-color: #DA755E;
}
.TagClassName
{
border-color: #DA755E;
}
</style>