Shades of Terra Cotta #DE745E
Tints of Terra Cotta #DE745E
RGB
CMYK
RGB Variations
Color information
#DE745E (or 0xDE745E) is known color: Terra Cotta. HEX triplet: DE, 74 and 5E. RGB value is (222,116,94). Sum of RGB (Red+Green+Blue) = 222+116+94=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE745E is #218BA1. Grayscale: #919191. Windows color (decimal): -2198434 or 6190302. OLE color: 6190302.
HSL color Cylindrical-coordinate representation of color #DE745E: hue angle of 10.31º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE745E is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 116 | 94 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.13 |
| HSL | 10.31º | 0.66% | 0.62% | - |
| HSV(B) | 10.31º | 0.58% | 0.87% | - |
| XYZ | 38.39 | 28.83 | 14.13 | - |
| YUV | 145.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 116 | 94 | 0 | 0.48 | 0.58 | 0.13 | 10.31 | 0.66 | 0.62 |
| Hex | DE | 74 | 5E | 0 | 30 | 3A | D | A | 42 | 3E |
| Octal | 336 | 164 | 136 | 0 | 60 | 72 | 15 | 12 | 102 | 76 |
| Binary | 11011110 | 1110100 | 1011110 | 0 | 110000 | 111010 | 1101 | 1010 | 1000010 | 111110 |
Color Harmonies of #DE745E
Complementary color
Monochromatic Colors of #DE745E
Black with #DE745E
Text Example
Text Example
White with #DE745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE745E; }
p { color: rgb(222,116,94); }
H1.HeaderClassName
{
color: #DE745E;
}
.AnyTagClassName
{
color: #DE745E;
}
</style>
background-color css
<style>
a { background-color: #DE745E; }
a { background-color: rgb(222,116,94); }
div.DivClassName
{
background-color: #DE745E;
}
.BgClassName
{
background-color: #DE745E;
}
</style>
border-color css
<style>
span { border-color: #DE745E; }
span { border-color: rgb(222,116,94); }
td.TdClassName
{
border-color: #DE745E;
}
.TagClassName
{
border-color: #DE745E;
}
</style>