#DE6D55

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

Shades of Terra Cotta #DE6D55

Tints of Terra Cotta #DE6D55

Color information

#DE6D55 (or 0xDE6D55) is unknown color: approx Terra Cotta. HEX triplet: DE, 6D and 55. RGB value is (222,109,85). Sum of RGB (Red+Green+Blue) = 222+109+85=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6D55 is #2192AA. Grayscale: #8C8C8C. Windows color (decimal): -2200235 or 5598686. OLE color: 5598686.

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

Color convert

RGB22210985-
CMYK00.510.620.13
HSL10.51º67.49%60.2%-
HSV(B)10.51º61.71%87.06%-
XYZ37.2327.1211.87-
YUV140.0596.94186.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.37%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 85 (33.59% from 255) = 20.43%
R=53.37%
G=26.20%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221098500.510.620.1310.5167.4960.2
HexDE6D550333EDb433c
Octal33615512506376151310374
Binary11011110110110110101010110011111110110110111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6D55; }

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

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

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

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

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

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

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

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