Shades of Terra Cotta #DE7356
Tints of Terra Cotta #DE7356
RGB
CMYK
RGB Variations
Color information
#DE7356 (or 0xDE7356) is known color: Terra Cotta. HEX triplet: DE, 73 and 56. RGB value is (222,115,86). Sum of RGB (Red+Green+Blue) = 222+115+86=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7356 is #218CA9. Grayscale: #8F8F8F. Windows color (decimal): -2198698 or 5665758. OLE color: 5665758.
HSL color Cylindrical-coordinate representation of color #DE7356: hue angle of 12.79º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE7356 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 115 | 86 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.13 |
| HSL | 12.79º | 0.67% | 0.6% | - |
| HSV(B) | 12.79º | 0.61% | 0.87% | - |
| XYZ | 37.93 | 28.46 | 12.3 | - |
| YUV | 143.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 115 | 86 | 0 | 0.48 | 0.61 | 0.13 | 12.79 | 0.67 | 0.6 |
| Hex | DE | 73 | 56 | 0 | 30 | 3D | D | D | 43 | 3C |
| Octal | 336 | 163 | 126 | 0 | 60 | 75 | 15 | 15 | 103 | 74 |
| Binary | 11011110 | 1110011 | 1010110 | 0 | 110000 | 111101 | 1101 | 1101 | 1000011 | 111100 |
Color Harmonies of #DE7356
Complementary color
Monochromatic Colors of #DE7356
Black with #DE7356
Text Example
Text Example
White with #DE7356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7356; }
p { color: rgb(222,115,86); }
H1.HeaderClassName
{
color: #DE7356;
}
.AnyTagClassName
{
color: #DE7356;
}
</style>
background-color css
<style>
a { background-color: #DE7356; }
a { background-color: rgb(222,115,86); }
div.DivClassName
{
background-color: #DE7356;
}
.BgClassName
{
background-color: #DE7356;
}
</style>
border-color css
<style>
span { border-color: #DE7356; }
span { border-color: rgb(222,115,86); }
td.TdClassName
{
border-color: #DE7356;
}
.TagClassName
{
border-color: #DE7356;
}
</style>