#DC6E5D

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

Shades of Terra Cotta #DC6E5D

Tints of Terra Cotta #DC6E5D

Color information

#DC6E5D (or 0xDC6E5D) is unknown color: approx Terra Cotta. HEX triplet: DC, 6E and 5D. RGB value is (220,110,93). Sum of RGB (Red+Green+Blue) = 220+110+93=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E5D is #2391A2. Grayscale: #8D8D8D. Windows color (decimal): -2331043 or 6123228. OLE color: 6123228.

HSL color Cylindrical-coordinate representation of color #DC6E5D: hue angle of 8.03º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC6E5D is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB22011093-
CMYK00.500.580.14
HSL8.03º64.47%61.37%-
HSV(B)8.03º57.73%86.27%-
XYZ37.0727.1613.64-
YUV140.95100.94184.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.01%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 93 (36.72% from 255) = 21.99%
R=52.01%
G=26.00%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201109300.500.580.148.0364.4761.37
HexDC6E5D0323AE8403d
Octal33415613506272161010075
Binary11011100110111010111010110010111010111010001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6E5D; }

 p { color: rgb(220,110,93); }

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

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

 a { background-color: rgb(220,110,93); }

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

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

 span { border-color: rgb(220,110,93); }

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