Shades of Terra Cotta #DE7353
Tints of Terra Cotta #DE7353
RGB
CMYK
RGB Variations
Color information
#DE7353 (or 0xDE7353) is known color: Terra Cotta. HEX triplet: DE, 73 and 53. RGB value is (222,115,83). Sum of RGB (Red+Green+Blue) = 222+115+83=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7353 is #218CAC. Grayscale: #8F8F8F. Windows color (decimal): -2198701 or 5469150. OLE color: 5469150.
HSL color Cylindrical-coordinate representation of color #DE7353: hue angle of 13.81º 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 #DE7353 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 115 | 83 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.13 |
| HSL | 13.81º | 0.68% | 0.6% | - |
| HSV(B) | 13.81º | 0.63% | 0.87% | - |
| XYZ | 37.82 | 28.42 | 11.68 | - |
| YUV | 143.35 | 93.95 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 115 | 83 | 0 | 0.48 | 0.63 | 0.13 | 13.81 | 0.68 | 0.6 |
| Hex | DE | 73 | 53 | 0 | 30 | 3F | D | E | 44 | 3C |
| Octal | 336 | 163 | 123 | 0 | 60 | 77 | 15 | 16 | 104 | 74 |
| Binary | 11011110 | 1110011 | 1010011 | 0 | 110000 | 111111 | 1101 | 1110 | 1000100 | 111100 |
Color Harmonies of #DE7353
Complementary color
Monochromatic Colors of #DE7353
Black with #DE7353
Text Example
Text Example
White with #DE7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7353; }
p { color: rgb(222,115,83); }
H1.HeaderClassName
{
color: #DE7353;
}
.AnyTagClassName
{
color: #DE7353;
}
</style>
background-color css
<style>
a { background-color: #DE7353; }
a { background-color: rgb(222,115,83); }
div.DivClassName
{
background-color: #DE7353;
}
.BgClassName
{
background-color: #DE7353;
}
</style>
border-color css
<style>
span { border-color: #DE7353; }
span { border-color: rgb(222,115,83); }
td.TdClassName
{
border-color: #DE7353;
}
.TagClassName
{
border-color: #DE7353;
}
</style>