Shades of Terra Cotta #DE6B5F
Tints of Terra Cotta #DE6B5F
RGB
CMYK
RGB Variations
Color information
#DE6B5F (or 0xDE6B5F) is known color: Terra Cotta. HEX triplet: DE, 6B and 5F. RGB value is (222,107,95). Sum of RGB (Red+Green+Blue) = 222+107+95=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B5F is #2194A0. Grayscale: #8C8C8C. Windows color (decimal): -2200737 or 6253534. OLE color: 6253534.
HSL color Cylindrical-coordinate representation of color #DE6B5F: hue angle of 5.67º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE6B5F is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 107 | 95 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.13 |
| HSL | 5.67º | 0.66% | 0.62% | - |
| HSV(B) | 5.67º | 0.57% | 0.87% | - |
| XYZ | 37.45 | 26.87 | 14.04 | - |
| YUV | 140.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 107 | 95 | 0 | 0.52 | 0.57 | 0.13 | 5.67 | 0.66 | 0.62 |
| Hex | DE | 6B | 5F | 0 | 34 | 39 | D | 6 | 42 | 3E |
| Octal | 336 | 153 | 137 | 0 | 64 | 71 | 15 | 6 | 102 | 76 |
| Binary | 11011110 | 1101011 | 1011111 | 0 | 110100 | 111001 | 1101 | 110 | 1000010 | 111110 |
Color Harmonies of #DE6B5F
Complementary color
Monochromatic Colors of #DE6B5F
Black with #DE6B5F
Text Example
Text Example
White with #DE6B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6B5F; }
p { color: rgb(222,107,95); }
H1.HeaderClassName
{
color: #DE6B5F;
}
.AnyTagClassName
{
color: #DE6B5F;
}
</style>
background-color css
<style>
a { background-color: #DE6B5F; }
a { background-color: rgb(222,107,95); }
div.DivClassName
{
background-color: #DE6B5F;
}
.BgClassName
{
background-color: #DE6B5F;
}
</style>
border-color css
<style>
span { border-color: #DE6B5F; }
span { border-color: rgb(222,107,95); }
td.TdClassName
{
border-color: #DE6B5F;
}
.TagClassName
{
border-color: #DE6B5F;
}
</style>