#DE6F55

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

Shades of Terra Cotta #DE6F55

Tints of Terra Cotta #DE6F55

Color information

#DE6F55 (or 0xDE6F55) is unknown color: approx Terra Cotta. HEX triplet: DE, 6F and 55. RGB value is (222,111,85). Sum of RGB (Red+Green+Blue) = 222+111+85=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6F55 is #2190AA. Grayscale: #8D8D8D. Windows color (decimal): -2199723 or 5599198. OLE color: 5599198.

HSL color Cylindrical-coordinate representation of color #DE6F55: hue angle of 11.39º 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 #DE6F55 is Cyan = 0, Magento = 0.5, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22211185-
CMYK00.50.620.13
HSL11.39º67.49%60.2%-
HSV(B)11.39º61.71%87.06%-
XYZ37.4527.5511.94-
YUV141.2296.27185.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.11%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=53.11%
G=26.56%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221118500.50.620.1311.3967.4960.2
HexDE6F550323EDb433c
Octal33615712506276151310374
Binary11011110110111110101010110010111110110110111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6F55; }

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

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

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

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

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

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

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

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