#DC7659

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

Shades of Terra Cotta #DC7659

Tints of Terra Cotta #DC7659

Color information

#DC7659 (or 0xDC7659) is unknown color: approx Terra Cotta. HEX triplet: DC, 76 and 59. RGB value is (220,118,89). Sum of RGB (Red+Green+Blue) = 220+118+89=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7659 is #2389A6. Grayscale: #919191. Windows color (decimal): -2328999 or 5863132. OLE color: 5863132.

HSL color Cylindrical-coordinate representation of color #DC7659: hue angle of 13.28º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC7659 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB22011889-
CMYK00.460.600.14
HSL13.28º65.17%60.59%-
HSV(B)13.28º59.55%86.27%-
XYZ37.828.8913.04-
YUV145.1996.29181.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.52%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 89 (35.16% from 255) = 20.84%
R=51.52%
G=27.63%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201188900.460.600.1413.2865.1760.59
HexDC765902E3CEd413d
Octal33416613105674161510175
Binary11011100111011010110010101110111100111011011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7659; }

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

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

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

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

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

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

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

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