Shades of Terra Cotta #DE6D58
Tints of Terra Cotta #DE6D58
RGB
CMYK
RGB Variations
Color information
#DE6D58 (or 0xDE6D58) is known color: Terra Cotta. HEX triplet: DE, 6D and 58. RGB value is (222,109,88). Sum of RGB (Red+Green+Blue) = 222+109+88=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6D58 is #2192A7. Grayscale: #8C8C8C. Windows color (decimal): -2200232 or 5795294. OLE color: 5795294.
HSL color Cylindrical-coordinate representation of color #DE6D58: hue angle of 9.4º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE6D58 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 88 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.13 |
| HSL | 9.4º | 0.67% | 0.61% | - |
| HSV(B) | 9.4º | 0.6% | 0.87% | - |
| XYZ | 37.35 | 27.17 | 12.51 | - |
| YUV | 140.39 | 98.44 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 88 | 0 | 0.51 | 0.60 | 0.13 | 9.4 | 0.67 | 0.61 |
| Hex | DE | 6D | 58 | 0 | 33 | 3C | D | 9 | 43 | 3D |
| Octal | 336 | 155 | 130 | 0 | 63 | 74 | 15 | 11 | 103 | 75 |
| Binary | 11011110 | 1101101 | 1011000 | 0 | 110011 | 111100 | 1101 | 1001 | 1000011 | 111101 |
Color Harmonies of #DE6D58
Complementary color
Monochromatic Colors of #DE6D58
Black with #DE6D58
Text Example
Text Example
White with #DE6D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6D58; }
p { color: rgb(222,109,88); }
H1.HeaderClassName
{
color: #DE6D58;
}
.AnyTagClassName
{
color: #DE6D58;
}
</style>
background-color css
<style>
a { background-color: #DE6D58; }
a { background-color: rgb(222,109,88); }
div.DivClassName
{
background-color: #DE6D58;
}
.BgClassName
{
background-color: #DE6D58;
}
</style>
border-color css
<style>
span { border-color: #DE6D58; }
span { border-color: rgb(222,109,88); }
td.TdClassName
{
border-color: #DE6D58;
}
.TagClassName
{
border-color: #DE6D58;
}
</style>