Shades of Terra Cotta #DE6D52
Tints of Terra Cotta #DE6D52
RGB
CMYK
RGB Variations
Color information
#DE6D52 (or 0xDE6D52) is known color: Terra Cotta. HEX triplet: DE, 6D and 52. RGB value is (222,109,82). Sum of RGB (Red+Green+Blue) = 222+109+82=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6D52 is #2192AD. Grayscale: #8B8B8B. Windows color (decimal): -2200238 or 5402078. OLE color: 5402078.
HSL color Cylindrical-coordinate representation of color #DE6D52: hue angle of 11.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE6D52 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 82 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.13 |
| HSL | 11.57º | 0.68% | 0.6% | - |
| HSV(B) | 11.57º | 0.63% | 0.87% | - |
| XYZ | 37.12 | 27.08 | 11.25 | - |
| YUV | 139.71 | 95.44 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 82 | 0 | 0.51 | 0.63 | 0.13 | 11.57 | 0.68 | 0.6 |
| Hex | DE | 6D | 52 | 0 | 33 | 3F | D | C | 44 | 3C |
| Octal | 336 | 155 | 122 | 0 | 63 | 77 | 15 | 14 | 104 | 74 |
| Binary | 11011110 | 1101101 | 1010010 | 0 | 110011 | 111111 | 1101 | 1100 | 1000100 | 111100 |
Color Harmonies of #DE6D52
Complementary color
Monochromatic Colors of #DE6D52
Black with #DE6D52
Text Example
Text Example
White with #DE6D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6D52; }
p { color: rgb(222,109,82); }
H1.HeaderClassName
{
color: #DE6D52;
}
.AnyTagClassName
{
color: #DE6D52;
}
</style>
background-color css
<style>
a { background-color: #DE6D52; }
a { background-color: rgb(222,109,82); }
div.DivClassName
{
background-color: #DE6D52;
}
.BgClassName
{
background-color: #DE6D52;
}
</style>
border-color css
<style>
span { border-color: #DE6D52; }
span { border-color: rgb(222,109,82); }
td.TdClassName
{
border-color: #DE6D52;
}
.TagClassName
{
border-color: #DE6D52;
}
</style>