Shades of Terra Cotta #DE6B5E
Tints of Terra Cotta #DE6B5E
RGB
CMYK
RGB Variations
Color information
#DE6B5E (or 0xDE6B5E) is known color: Terra Cotta. HEX triplet: DE, 6B and 5E. RGB value is (222,107,94). Sum of RGB (Red+Green+Blue) = 222+107+94=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B5E is #2194A1. Grayscale: #8C8C8C. Windows color (decimal): -2200738 or 6187998. OLE color: 6187998.
HSL color Cylindrical-coordinate representation of color #DE6B5E: hue angle of 6.09º 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 #DE6B5E is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 107 | 94 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.13 |
| HSL | 6.09º | 0.66% | 0.62% | - |
| HSV(B) | 6.09º | 0.58% | 0.87% | - |
| XYZ | 37.4 | 26.85 | 13.8 | - |
| YUV | 139.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 107 | 94 | 0 | 0.52 | 0.58 | 0.13 | 6.09 | 0.66 | 0.62 |
| Hex | DE | 6B | 5E | 0 | 34 | 3A | D | 6 | 42 | 3E |
| Octal | 336 | 153 | 136 | 0 | 64 | 72 | 15 | 6 | 102 | 76 |
| Binary | 11011110 | 1101011 | 1011110 | 0 | 110100 | 111010 | 1101 | 110 | 1000010 | 111110 |
Color Harmonies of #DE6B5E
Complementary color
Monochromatic Colors of #DE6B5E
Black with #DE6B5E
Text Example
Text Example
White with #DE6B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6B5E; }
p { color: rgb(222,107,94); }
H1.HeaderClassName
{
color: #DE6B5E;
}
.AnyTagClassName
{
color: #DE6B5E;
}
</style>
background-color css
<style>
a { background-color: #DE6B5E; }
a { background-color: rgb(222,107,94); }
div.DivClassName
{
background-color: #DE6B5E;
}
.BgClassName
{
background-color: #DE6B5E;
}
</style>
border-color css
<style>
span { border-color: #DE6B5E; }
span { border-color: rgb(222,107,94); }
td.TdClassName
{
border-color: #DE6B5E;
}
.TagClassName
{
border-color: #DE6B5E;
}
</style>