Shades of Terra Cotta #DE6A59
Tints of Terra Cotta #DE6A59
RGB
CMYK
RGB Variations
Color information
#DE6A59 (or 0xDE6A59) is known color: Terra Cotta. HEX triplet: DE, 6A and 59. RGB value is (222,106,89). Sum of RGB (Red+Green+Blue) = 222+106+89=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6A59 is #2195A6. Grayscale: #8A8A8A. Windows color (decimal): -2200999 or 5860062. OLE color: 5860062.
HSL color Cylindrical-coordinate representation of color #DE6A59: hue angle of 7.67º 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 #DE6A59 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 106 | 89 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.13 |
| HSL | 7.67º | 0.67% | 0.61% | - |
| HSV(B) | 7.67º | 0.6% | 0.87% | - |
| XYZ | 37.08 | 26.56 | 12.62 | - |
| YUV | 138.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 106 | 89 | 0 | 0.52 | 0.60 | 0.13 | 7.67 | 0.67 | 0.61 |
| Hex | DE | 6A | 59 | 0 | 34 | 3C | D | 8 | 43 | 3D |
| Octal | 336 | 152 | 131 | 0 | 64 | 74 | 15 | 10 | 103 | 75 |
| Binary | 11011110 | 1101010 | 1011001 | 0 | 110100 | 111100 | 1101 | 1000 | 1000011 | 111101 |
Color Harmonies of #DE6A59
Complementary color
Monochromatic Colors of #DE6A59
Black with #DE6A59
Text Example
Text Example
White with #DE6A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6A59; }
p { color: rgb(222,106,89); }
H1.HeaderClassName
{
color: #DE6A59;
}
.AnyTagClassName
{
color: #DE6A59;
}
</style>
background-color css
<style>
a { background-color: #DE6A59; }
a { background-color: rgb(222,106,89); }
div.DivClassName
{
background-color: #DE6A59;
}
.BgClassName
{
background-color: #DE6A59;
}
</style>
border-color css
<style>
span { border-color: #DE6A59; }
span { border-color: rgb(222,106,89); }
td.TdClassName
{
border-color: #DE6A59;
}
.TagClassName
{
border-color: #DE6A59;
}
</style>