#DC6E60

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

Shades of Terra Cotta #DC6E60

Tints of Terra Cotta #DC6E60

Color information

#DC6E60 (or 0xDC6E60) is unknown color: approx Terra Cotta. HEX triplet: DC, 6E and 60. RGB value is (220,110,96). Sum of RGB (Red+Green+Blue) = 220+110+96=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E60 is #23919F. Grayscale: #8D8D8D. Windows color (decimal): -2331040 or 6319836. OLE color: 6319836.

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

Color convert

RGB22011096-
CMYK00.500.560.14
HSL6.77º63.92%61.96%-
HSV(B)6.77º56.36%86.27%-
XYZ37.227.2114.36-
YUV141.29102.44184.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.64%
GREEN value IS 110 (43.36% from 255) = 25.82%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=51.64%
G=25.82%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201109600.500.560.146.7763.9261.96
HexDC6E6003238E7403e
Octal3341561400627016710076
Binary1101110011011101100000011001011100011101111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6E60; }

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

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

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

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

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

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

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

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