#DC7560

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

Shades of Terra Cotta #DC7560

Tints of Terra Cotta #DC7560

Color information

#DC7560 (or 0xDC7560) is unknown color: approx Terra Cotta. HEX triplet: DC, 75 and 60. RGB value is (220,117,96). Sum of RGB (Red+Green+Blue) = 220+117+96=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7560 is #238A9F. Grayscale: #919191. Windows color (decimal): -2329248 or 6321628. OLE color: 6321628.

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

Color convert

RGB22011796-
CMYK00.470.560.14
HSL10.16º63.92%61.96%-
HSV(B)10.16º56.36%86.27%-
XYZ37.9928.7814.62-
YUV145.4100.12181.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.81%
GREEN value IS 117 (46.09% from 255) = 27.02%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=50.81%
G=27.02%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201179600.470.560.1410.1663.9261.96
HexDC756002F38Ea403e
Octal33416514005770161210076
Binary11011100111010111000000101111111000111010101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7560; }

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

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

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

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

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

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

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

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