Shades of Terra Cotta #DE7C60
Tints of Terra Cotta #DE7C60
RGB
CMYK
RGB Variations
Color information
#DE7C60 (or 0xDE7C60) is known color: Terra Cotta. HEX triplet: DE, 7C and 60. RGB value is (222,124,96). Sum of RGB (Red+Green+Blue) = 222+124+96=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7C60 is #21839F. Grayscale: #969696. Windows color (decimal): -2196384 or 6323422. OLE color: 6323422.
HSL color Cylindrical-coordinate representation of color #DE7C60: hue angle of 13.33º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE7C60 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 124 | 96 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.13 |
| HSL | 13.33º | 0.66% | 0.62% | - |
| HSV(B) | 13.33º | 0.57% | 0.87% | - |
| XYZ | 39.44 | 30.79 | 14.93 | - |
| YUV | 150.11 | 97.47 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 124 | 96 | 0 | 0.44 | 0.57 | 0.13 | 13.33 | 0.66 | 0.62 |
| Hex | DE | 7C | 60 | 0 | 2C | 39 | D | D | 42 | 3E |
| Octal | 336 | 174 | 140 | 0 | 54 | 71 | 15 | 15 | 102 | 76 |
| Binary | 11011110 | 1111100 | 1100000 | 0 | 101100 | 111001 | 1101 | 1101 | 1000010 | 111110 |
Color Harmonies of #DE7C60
Complementary color
Monochromatic Colors of #DE7C60
Black with #DE7C60
Text Example
Text Example
White with #DE7C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7C60; }
p { color: rgb(222,124,96); }
H1.HeaderClassName
{
color: #DE7C60;
}
.AnyTagClassName
{
color: #DE7C60;
}
</style>
background-color css
<style>
a { background-color: #DE7C60; }
a { background-color: rgb(222,124,96); }
div.DivClassName
{
background-color: #DE7C60;
}
.BgClassName
{
background-color: #DE7C60;
}
</style>
border-color css
<style>
span { border-color: #DE7C60; }
span { border-color: rgb(222,124,96); }
td.TdClassName
{
border-color: #DE7C60;
}
.TagClassName
{
border-color: #DE7C60;
}
</style>