#DC7759

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

Shades of Terra Cotta #DC7759

Tints of Terra Cotta #DC7759

Color information

#DC7759 (or 0xDC7759) is unknown color: approx Terra Cotta. HEX triplet: DC, 77 and 59. RGB value is (220,119,89). Sum of RGB (Red+Green+Blue) = 220+119+89=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7759 is #2388A6. Grayscale: #919191. Windows color (decimal): -2328743 or 5863388. OLE color: 5863388.

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

Color convert

RGB22011989-
CMYK00.460.600.14
HSL13.74º65.17%60.59%-
HSV(B)13.74º59.55%86.27%-
XYZ37.9229.1313.08-
YUV145.7895.96180.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.40%
GREEN value IS 119 (46.88% from 255) = 27.80%
BLUE value IS 89 (35.16% from 255) = 20.79%
R=51.40%
G=27.80%
B=20.79%

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
Decimal2201198900.460.600.1413.7465.1760.59
HexDC775902E3CEe413d
Octal33416713105674161610175
Binary11011100111011110110010101110111100111011101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7759; }

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

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

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

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

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

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

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

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