#DC7065

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

Shades of Terra Cotta #DC7065

Tints of Terra Cotta #DC7065

Color information

#DC7065 (or 0xDC7065) is unknown color: approx Terra Cotta. HEX triplet: DC, 70 and 65. RGB value is (220,112,101). Sum of RGB (Red+Green+Blue) = 220+112+101=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7065 is #238F9A. Grayscale: #8F8F8F. Windows color (decimal): -2330523 or 6648028. OLE color: 6648028.

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

Color convert

RGB220112101-
CMYK00.490.540.14
HSL5.55º62.96%62.94%-
HSV(B)5.55º54.09%86.27%-
XYZ37.6627.7415.68-
YUV143.04104.28182.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.81%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 101 (39.84% from 255) = 23.33%
R=50.81%
G=25.87%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011210100.490.540.145.5562.9662.94
HexDC706503136E63f3f
Octal334160145061661667777
Binary110111001110000110010101100011101101110110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7065; }

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

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

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

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

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

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

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

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