#DE6D53

Color #DE6D53 Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #DE6D53

Tints of Terra Cotta #DE6D53

Color information

#DE6D53 (or 0xDE6D53) is unknown color: approx Terra Cotta. HEX triplet: DE, 6D and 53. RGB value is (222,109,83). Sum of RGB (Red+Green+Blue) = 222+109+83=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6D53 is #2192AC. Grayscale: #8C8C8C. Windows color (decimal): -2200237 or 5467614. OLE color: 5467614.

HSL color Cylindrical-coordinate representation of color #DE6D53: hue angle of 11.22º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE6D53 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB22210983-
CMYK00.510.630.13
HSL11.22º67.8%59.8%-
HSV(B)11.22º62.61%87.06%-
XYZ37.1527.0911.45-
YUV139.8295.94186.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 53.62%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 83 (32.81% from 255) = 20.05%
R=53.62%
G=26.33%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221098300.510.630.1311.2267.859.8
HexDE6D530333FDb443c
Octal33615512306377151310474
Binary11011110110110110100110110011111111110110111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6D53; }

 p { color: rgb(222,109,83); }

 H1.HeaderClassName
 {
   color: #DE6D53;
 }
 .AnyTagClassName
 {
   color: #DE6D53;
 }
</style>
background-color css

<style>
 a { background-color: #DE6D53; }

 a { background-color: rgb(222,109,83); }

 div.DivClassName
 {
   background-color: #DE6D53;
 }
 .BgClassName
 {
   background-color: #DE6D53;
 }
</style>
border-color css

<style>
 span { border-color: #DE6D53; }

 span { border-color: rgb(222,109,83); }

 td.TdClassName
 {
   border-color: #DE6D53;
 }
 .TagClassName
 {
   border-color: #DE6D53;
 }
</style>