Shades of Terra Cotta #DE7A61
Tints of Terra Cotta #DE7A61
RGB
CMYK
RGB Variations
Color information
#DE7A61 (or 0xDE7A61) is known color: Terra Cotta. HEX triplet: DE, 7A and 61. RGB value is (222,122,97). Sum of RGB (Red+Green+Blue) = 222+122+97=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7A61 is #21859E. Grayscale: #959595. Windows color (decimal): -2196895 or 6388446. OLE color: 6388446.
HSL color Cylindrical-coordinate representation of color #DE7A61: hue angle of 12º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE7A61 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 97 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.13 |
| HSL | 12º | 0.65% | 0.63% | - |
| HSV(B) | 12º | 0.56% | 0.87% | - |
| XYZ | 39.24 | 30.31 | 15.09 | - |
| YUV | 149.05 | 98.63 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 97 | 0 | 0.45 | 0.56 | 0.13 | 12 | 0.65 | 0.63 |
| Hex | DE | 7A | 61 | 0 | 2D | 38 | D | C | 41 | 3F |
| Octal | 336 | 172 | 141 | 0 | 55 | 70 | 15 | 14 | 101 | 77 |
| Binary | 11011110 | 1111010 | 1100001 | 0 | 101101 | 111000 | 1101 | 1100 | 1000001 | 111111 |
Color Harmonies of #DE7A61
Complementary color
Monochromatic Colors of #DE7A61
Black with #DE7A61
Text Example
Text Example
White with #DE7A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7A61; }
p { color: rgb(222,122,97); }
H1.HeaderClassName
{
color: #DE7A61;
}
.AnyTagClassName
{
color: #DE7A61;
}
</style>
background-color css
<style>
a { background-color: #DE7A61; }
a { background-color: rgb(222,122,97); }
div.DivClassName
{
background-color: #DE7A61;
}
.BgClassName
{
background-color: #DE7A61;
}
</style>
border-color css
<style>
span { border-color: #DE7A61; }
span { border-color: rgb(222,122,97); }
td.TdClassName
{
border-color: #DE7A61;
}
.TagClassName
{
border-color: #DE7A61;
}
</style>