#DC6D5D

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

Shades of Terra Cotta #DC6D5D

Tints of Terra Cotta #DC6D5D

Color information

#DC6D5D (or 0xDC6D5D) is unknown color: approx Terra Cotta. HEX triplet: DC, 6D and 5D. RGB value is (220,109,93). Sum of RGB (Red+Green+Blue) = 220+109+93=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6D5D is #2392A2. Grayscale: #8C8C8C. Windows color (decimal): -2331299 or 6122972. OLE color: 6122972.

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

Color convert

RGB22010993-
CMYK00.500.580.14
HSL7.56º64.47%61.37%-
HSV(B)7.56º57.73%86.27%-
XYZ36.9626.9413.61-
YUV140.36101.27184.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.13%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 93 (36.72% from 255) = 22.04%
R=52.13%
G=25.83%
B=22.04%

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
Decimal2201099300.500.580.147.5664.4761.37
HexDC6D5D0323AE8403d
Octal33415513506272161010075
Binary11011100110110110111010110010111010111010001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6D5D; }

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

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

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

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

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

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

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

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