#DE6E55

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

Shades of Terra Cotta #DE6E55

Tints of Terra Cotta #DE6E55

Color information

#DE6E55 (or 0xDE6E55) is unknown color: approx Terra Cotta. HEX triplet: DE, 6E and 55. RGB value is (222,110,85). Sum of RGB (Red+Green+Blue) = 222+110+85=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6E55 is #2191AA. Grayscale: #8C8C8C. Windows color (decimal): -2199979 or 5598942. OLE color: 5598942.

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

Color convert

RGB22211085-
CMYK00.500.620.13
HSL10.95º67.49%60.2%-
HSV(B)10.95º61.71%87.06%-
XYZ37.3427.3411.9-
YUV140.6496.61186.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.24%
GREEN value IS 110 (43.36% from 255) = 26.38%
BLUE value IS 85 (33.59% from 255) = 20.38%
R=53.24%
G=26.38%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221108500.500.620.1310.9567.4960.2
HexDE6E550323EDb433c
Octal33615612506276151310374
Binary11011110110111010101010110010111110110110111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6E55; }

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

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

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

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

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

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

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

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