#DC7660

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

Shades of Terra Cotta #DC7660

Tints of Terra Cotta #DC7660

Color information

#DC7660 (or 0xDC7660) is unknown color: approx Terra Cotta. HEX triplet: DC, 76 and 60. RGB value is (220,118,96). Sum of RGB (Red+Green+Blue) = 220+118+96=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7660 is #23899F. Grayscale: #929292. Windows color (decimal): -2328992 or 6321884. OLE color: 6321884.

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

Color convert

RGB22011896-
CMYK00.460.560.14
HSL10.65º63.92%61.96%-
HSV(B)10.65º56.36%86.27%-
XYZ38.129.0214.66-
YUV145.9999.79180.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.69%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=50.69%
G=27.19%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201189600.460.560.1410.6563.9261.96
HexDC766002E38Eb403e
Octal33416614005670161310076
Binary11011100111011011000000101110111000111010111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7660; }

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

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

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

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

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

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

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

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