Shades of Terra Cotta #DE7968
Tints of Terra Cotta #DE7968
RGB
CMYK
RGB Variations
Color information
#DE7968 (or 0xDE7968) is known color: Terra Cotta. HEX triplet: DE, 79 and 68. RGB value is (222,121,104). Sum of RGB (Red+Green+Blue) = 222+121+104=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7968 is #218697. Grayscale: #959595. Windows color (decimal): -2197144 or 6846942. OLE color: 6846942.
HSL color Cylindrical-coordinate representation of color #DE7968: hue angle of 8.64º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE7968 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 121 | 104 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.13 |
| HSL | 8.64º | 0.64% | 0.64% | - |
| HSV(B) | 8.64º | 0.53% | 0.87% | - |
| XYZ | 39.46 | 30.2 | 16.85 | - |
| YUV | 149.26 | 102.46 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 121 | 104 | 0 | 0.45 | 0.53 | 0.13 | 8.64 | 0.64 | 0.64 |
| Hex | DE | 79 | 68 | 0 | 2D | 35 | D | 9 | 40 | 40 |
| Octal | 336 | 171 | 150 | 0 | 55 | 65 | 15 | 11 | 100 | 100 |
| Binary | 11011110 | 1111001 | 1101000 | 0 | 101101 | 110101 | 1101 | 1001 | 1000000 | 1000000 |
Color Harmonies of #DE7968
Complementary color
Monochromatic Colors of #DE7968
Black with #DE7968
Text Example
Text Example
White with #DE7968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7968; }
p { color: rgb(222,121,104); }
H1.HeaderClassName
{
color: #DE7968;
}
.AnyTagClassName
{
color: #DE7968;
}
</style>
background-color css
<style>
a { background-color: #DE7968; }
a { background-color: rgb(222,121,104); }
div.DivClassName
{
background-color: #DE7968;
}
.BgClassName
{
background-color: #DE7968;
}
</style>
border-color css
<style>
span { border-color: #DE7968; }
span { border-color: rgb(222,121,104); }
td.TdClassName
{
border-color: #DE7968;
}
.TagClassName
{
border-color: #DE7968;
}
</style>