Shades of Terra Cotta #DE6C5E
Tints of Terra Cotta #DE6C5E
RGB
CMYK
RGB Variations
Color information
#DE6C5E (or 0xDE6C5E) is known color: Terra Cotta. HEX triplet: DE, 6C and 5E. RGB value is (222,108,94). Sum of RGB (Red+Green+Blue) = 222+108+94=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6C5E is #2193A1. Grayscale: #8C8C8C. Windows color (decimal): -2200482 or 6188254. OLE color: 6188254.
HSL color Cylindrical-coordinate representation of color #DE6C5E: hue angle of 6.56º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE6C5E is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 108 | 94 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.13 |
| HSL | 6.56º | 0.66% | 0.62% | - |
| HSV(B) | 6.56º | 0.58% | 0.87% | - |
| XYZ | 37.51 | 27.06 | 13.84 | - |
| YUV | 140.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 108 | 94 | 0 | 0.51 | 0.58 | 0.13 | 6.56 | 0.66 | 0.62 |
| Hex | DE | 6C | 5E | 0 | 33 | 3A | D | 7 | 42 | 3E |
| Octal | 336 | 154 | 136 | 0 | 63 | 72 | 15 | 7 | 102 | 76 |
| Binary | 11011110 | 1101100 | 1011110 | 0 | 110011 | 111010 | 1101 | 111 | 1000010 | 111110 |
Color Harmonies of #DE6C5E
Complementary color
Monochromatic Colors of #DE6C5E
Black with #DE6C5E
Text Example
Text Example
White with #DE6C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6C5E; }
p { color: rgb(222,108,94); }
H1.HeaderClassName
{
color: #DE6C5E;
}
.AnyTagClassName
{
color: #DE6C5E;
}
</style>
background-color css
<style>
a { background-color: #DE6C5E; }
a { background-color: rgb(222,108,94); }
div.DivClassName
{
background-color: #DE6C5E;
}
.BgClassName
{
background-color: #DE6C5E;
}
</style>
border-color css
<style>
span { border-color: #DE6C5E; }
span { border-color: rgb(222,108,94); }
td.TdClassName
{
border-color: #DE6C5E;
}
.TagClassName
{
border-color: #DE6C5E;
}
</style>