#DC7C65

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

Shades of Terra Cotta #DC7C65

Tints of Terra Cotta #DC7C65

Color information

#DC7C65 (or 0xDC7C65) is unknown color: approx Terra Cotta. HEX triplet: DC, 7C and 65. RGB value is (220,124,101). Sum of RGB (Red+Green+Blue) = 220+124+101=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C65 is #23839A. Grayscale: #969696. Windows color (decimal): -2327451 or 6651100. OLE color: 6651100.

HSL color Cylindrical-coordinate representation of color #DC7C65: hue angle of 11.6º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC7C65 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB220124101-
CMYK00.440.540.14
HSL11.6º62.96%62.94%-
HSV(B)11.6º54.09%86.27%-
XYZ39.0730.5716.15-
YUV150.08100.3177.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.44%
GREEN value IS 124 (48.83% from 255) = 27.87%
BLUE value IS 101 (39.84% from 255) = 22.70%
R=49.44%
G=27.87%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012410100.440.540.1411.662.9662.94
HexDC7C6502C36Ec3f3f
Octal3341741450546616147777
Binary1101110011111001100101010110011011011101100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7C65; }

 p { color: rgb(220,124,101); }

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

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

 a { background-color: rgb(220,124,101); }

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

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

 span { border-color: rgb(220,124,101); }

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