Shades of Terra Cotta #DE7255
Tints of Terra Cotta #DE7255
RGB
CMYK
RGB Variations
Color information
#DE7255 (or 0xDE7255) is known color: Terra Cotta. HEX triplet: DE, 72 and 55. RGB value is (222,114,85). Sum of RGB (Red+Green+Blue) = 222+114+85=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7255 is #218DAA. Grayscale: #8F8F8F. Windows color (decimal): -2198955 or 5599966. OLE color: 5599966.
HSL color Cylindrical-coordinate representation of color #DE7255: hue angle of 12.7º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE7255 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 114 | 85 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.13 |
| HSL | 12.7º | 0.67% | 0.6% | - |
| HSV(B) | 12.7º | 0.62% | 0.87% | - |
| XYZ | 37.78 | 28.22 | 12.05 | - |
| YUV | 142.99 | 95.28 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 114 | 85 | 0 | 0.49 | 0.62 | 0.13 | 12.7 | 0.67 | 0.6 |
| Hex | DE | 72 | 55 | 0 | 31 | 3E | D | D | 43 | 3C |
| Octal | 336 | 162 | 125 | 0 | 61 | 76 | 15 | 15 | 103 | 74 |
| Binary | 11011110 | 1110010 | 1010101 | 0 | 110001 | 111110 | 1101 | 1101 | 1000011 | 111100 |
Color Harmonies of #DE7255
Complementary color
Monochromatic Colors of #DE7255
Black with #DE7255
Text Example
Text Example
White with #DE7255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7255; }
p { color: rgb(222,114,85); }
H1.HeaderClassName
{
color: #DE7255;
}
.AnyTagClassName
{
color: #DE7255;
}
</style>
background-color css
<style>
a { background-color: #DE7255; }
a { background-color: rgb(222,114,85); }
div.DivClassName
{
background-color: #DE7255;
}
.BgClassName
{
background-color: #DE7255;
}
</style>
border-color css
<style>
span { border-color: #DE7255; }
span { border-color: rgb(222,114,85); }
td.TdClassName
{
border-color: #DE7255;
}
.TagClassName
{
border-color: #DE7255;
}
</style>