Shades of Terra Cotta #DE6958
Tints of Terra Cotta #DE6958
RGB
CMYK
RGB Variations
Color information
#DE6958 (or 0xDE6958) is known color: Terra Cotta. HEX triplet: DE, 69 and 58. RGB value is (222,105,88). Sum of RGB (Red+Green+Blue) = 222+105+88=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6958 is #2196A7. Grayscale: #8A8A8A. Windows color (decimal): -2201256 or 5794270. OLE color: 5794270.
HSL color Cylindrical-coordinate representation of color #DE6958: hue angle of 7.61º 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 #DE6958 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 105 | 88 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.13 |
| HSL | 7.61º | 0.67% | 0.61% | - |
| HSV(B) | 7.61º | 0.6% | 0.87% | - |
| XYZ | 36.94 | 26.34 | 12.37 | - |
| YUV | 138.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 105 | 88 | 0 | 0.53 | 0.60 | 0.13 | 7.61 | 0.67 | 0.61 |
| Hex | DE | 69 | 58 | 0 | 35 | 3C | D | 8 | 43 | 3D |
| Octal | 336 | 151 | 130 | 0 | 65 | 74 | 15 | 10 | 103 | 75 |
| Binary | 11011110 | 1101001 | 1011000 | 0 | 110101 | 111100 | 1101 | 1000 | 1000011 | 111101 |
Color Harmonies of #DE6958
Complementary color
Monochromatic Colors of #DE6958
Black with #DE6958
Text Example
Text Example
White with #DE6958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6958; }
p { color: rgb(222,105,88); }
H1.HeaderClassName
{
color: #DE6958;
}
.AnyTagClassName
{
color: #DE6958;
}
</style>
background-color css
<style>
a { background-color: #DE6958; }
a { background-color: rgb(222,105,88); }
div.DivClassName
{
background-color: #DE6958;
}
.BgClassName
{
background-color: #DE6958;
}
</style>
border-color css
<style>
span { border-color: #DE6958; }
span { border-color: rgb(222,105,88); }
td.TdClassName
{
border-color: #DE6958;
}
.TagClassName
{
border-color: #DE6958;
}
</style>